# HG changeset patch # User Marcin Kuzminski # Date 2017-05-29 10:58:09 # Node ID 66e3d7aca702c2dd5d1724cb1b6c5ddcc2cc6082 # Parent 7e2da6cbda65264b7b978c4d5a30b1953ba501bf tests: fix the markdown redirection link after their change to HTTPS 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 @@ -74,8 +74,8 @@ link_config = [ }, { "name": "markdown_help", - "target": "http://daringfireball.net/projects/markdown/syntax", - "external_target": "http://daringfireball.net/projects/markdown/syntax", + "target": "https://daringfireball.net/projects/markdown/syntax", + "external_target": "https://daringfireball.net/projects/markdown/syntax", }, { "name": "rhodecode_official",