From 027cffbc317be33dc925908cbb1869cf6ef5767f Mon Sep 17 00:00:00 2001 From: Marcin Kuzminski Date: Mon, 16 Dec 2019 13:53:28 +0100 Subject: [PATCH] tests: fixed *again* routing links --- rhodecode/config/routing_links.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rhodecode/config/routing_links.py b/rhodecode/config/routing_links.py index 70d89bac..9ce37b48 100644 --- a/rhodecode/config/routing_links.py +++ b/rhodecode/config/routing_links.py @@ -75,7 +75,7 @@ link_config = [ { "name": "rst_help", "target": "http://docutils.sourceforge.net/docs/user/rst/quickref.html", - "external_target": "http://docutils.sourceforge.io/docs/user/rst/quickref.html", + "external_target": "https://docutils.sourceforge.io/docs/user/rst/quickref.html", }, { "name": "markdown_help",