# HG changeset patch # User Marcin Kuzminski # Date 2019-12-14 23:31:55 # Node ID 0211a3f86d0e303e641ae3bd99c46bb5fed06d37 # Parent 754144f062987f76081e332437255c4e075be397 tests: fixed sourceforce link, they redirect to .io now diff --git a/rhodecode/config/routing_links.py b/rhodecode/config/routing_links.py --- 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",