diff --git a/roles/pagure/frontend/templates/pagure.cfg b/roles/pagure/frontend/templates/pagure.cfg index 608470cadf..0b1f4747cb 100644 --- a/roles/pagure/frontend/templates/pagure.cfg +++ b/roles/pagure/frontend/templates/pagure.cfg @@ -37,7 +37,7 @@ DOMAIN_EMAIL_NOTIFICATIONS = 'pagure.io' ### The URL at which the project is available. {% if env == 'pagure-staging' %} APP_URL = 'https://stg.pagure.io/' -DOC_APP_URL = 'http://docs.stg.pagure.org' +DOC_APP_URL = 'https://docs.stg.pagure.org' {% else %} APP_URL = 'https://pagure.io/' DOC_APP_URL = 'https://docs.pagure.org'