From 6bb0004fba31f32b4fed33fe522a577c42c278b0 Mon Sep 17 00:00:00 2001 From: Marcin Kuzminski Date: Sun, 15 Dec 2019 00:31:55 +0100 Subject: [PATCH] tests: fixed sourceforce link, they redirect to .io now --- 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 146cae4c..70d89bac 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.net/docs/user/rst/quickref.html", + "external_target": "http://docutils.sourceforge.io/docs/user/rst/quickref.html", }, { "name": "markdown_help",