Add the trailing slash to fix the links in the new version of pagure

This commit is contained in:
Pierre-Yves Chibon 2015-08-05 16:11:15 +02:00
parent 1b4501657f
commit 271d20cfd8

View file

@ -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'