diff rhodecode/config/routing.py @ 4099:43b54436d459

update issue tracker and official site
author Marcin Kuzminski <marcin@python-works.com>
date Sun, 01 Sep 2013 19:56:08 +0200
parents a1bc4af25ec5
children
line wrap: on
line diff
--- a/rhodecode/config/routing.py	Mon Jul 29 20:33:06 2013 +0200
+++ b/rhodecode/config/routing.py	Sun Sep 01 19:56:08 2013 +0200
@@ -98,7 +98,8 @@
     rmap.connect('rst_help',
                  "http://docutils.sourceforge.net/docs/user/rst/quickref.html",
                  _static=True)
-    rmap.connect('rhodecode_official', "http://rhodecode.org", _static=True)
+    rmap.connect('rhodecode_official', "https://rhodecode.com", _static=True)
+    rmap.connect('rc_issue_tracker', 'https://rhodecode.com/help/', _static=True)
 
     #ADMIN REPOSITORY REST ROUTES
     with rmap.submapper(path_prefix=ADMIN_PREFIX,