diff --git a/rhodecode/config/routing.py b/rhodecode/config/routing.py --- a/rhodecode/config/routing.py +++ b/rhodecode/config/routing.py @@ -109,7 +109,7 @@ def make_map(config): "http://docutils.sourceforge.net/docs/user/rst/quickref.html", _static=True) rmap.connect('rhodecode_official', "https://rhodecode.com", _static=True) - rmap.connect('rc_issue_tracker', 'https://rhodecode.com/help/', _static=True) + rmap.connect('rc_issue_tracker', 'https://bitbucket.org/conservancy/kallithea/issues', _static=True) #ADMIN REPOSITORY ROUTES with rmap.submapper(path_prefix=ADMIN_PREFIX,