Add the trailing slash to fix the links in the new version of pagure
This commit is contained in:
parent
1b4501657f
commit
271d20cfd8
1 changed files with 2 additions and 2 deletions
|
@ -45,8 +45,8 @@ DOC_APP_URL = 'https://docs.pagure.org'
|
|||
|
||||
### The URL to use to clone git repositories.
|
||||
{% if env == 'pagure-staging' %}
|
||||
GIT_URL_SSH = 'git@stg.pagure.io'
|
||||
GIT_URL_GIT = 'https://stg.pagure.io'
|
||||
GIT_URL_SSH = 'ssh://git@stg.pagure.io/'
|
||||
GIT_URL_GIT = 'https://stg.pagure.io/'
|
||||
{% else %}
|
||||
GIT_URL_SSH = 'git@pagure.io'
|
||||
GIT_URL_GIT = 'https://pagure.io'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue