From 37d0b3287c6afe8ea93c1c266f670c5b0f98ec54 Mon Sep 17 00:00:00 2001 From: Harry Wood Date: Tue, 10 Jan 2017 15:57:21 +0000 Subject: [PATCH] fix feedback anchor link to wiki (httpS) Swap this wiki link to httpS The wiki is now on httpS and sadly the httpS redirect causes #anchor links to be lost --- umap/settings/base.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/umap/settings/base.py b/umap/settings/base.py index f755f9ba..19319b0b 100644 --- a/umap/settings/base.py +++ b/umap/settings/base.py @@ -166,7 +166,7 @@ UMAP_MAPS_PER_PAGE = 5 UMAP_MAPS_PER_PAGE_OWNER = 10 MAP_SHORT_URL_NAME = "umap_short_url" UMAP_USE_UNACCENT = False -UMAP_FEEDBACK_LINK = "http://wiki.openstreetmap.org/wiki/UMap#Feedback_and_help" # noqa +UMAP_FEEDBACK_LINK = "https://wiki.openstreetmap.org/wiki/UMap#Feedback_and_help" # noqa USER_MAPS_URL = 'user_maps' # =============================================================================