From 9ebf0616aa2262067c3b5c3b79c35d1acb24feb6 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Mon, 3 Jul 2017 08:43:56 +0200 Subject: [PATCH] Ends the APP_URL with a / so links work properly --- roles/distgit/pagure/templates/pagure.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/distgit/pagure/templates/pagure.cfg b/roles/distgit/pagure/templates/pagure.cfg index 9098630bec..655dae17f1 100644 --- a/roles/distgit/pagure/templates/pagure.cfg +++ b/roles/distgit/pagure/templates/pagure.cfg @@ -41,9 +41,9 @@ DOMAIN_EMAIL_NOTIFICATIONS = 'pkgs.fedoraproject.org' ### The URL at which the project is available. {% if env == 'staging' %} -APP_URL = 'https://pkgs.stg.fedoraproject.org/pagure' +APP_URL = 'https://pkgs.stg.fedoraproject.org/pagure/' {% else %} -APP_URL = 'https://pkgs.fedoraproject.org/pagure' +APP_URL = 'https://pkgs.fedoraproject.org/pagure/' {% endif %} ### Datagrepper info for the user profile