# HG changeset patch # User Marcin Kuzminski # Date 2019-12-16 12:53:28 # Node ID 2c25109da085358921ce056995d3b05d3c2d91a9 # Parent 0211a3f86d0e303e641ae3bd99c46bb5fed06d37 tests: fixed *again* routing links 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.io/docs/user/rst/quickref.html", + "external_target": "https://docutils.sourceforge.io/docs/user/rst/quickref.html", }, { "name": "markdown_help",