# HG changeset patch # User Bradley M. Kuhn # Date 2014-07-03 01:04:45 # Node ID fe982e5c086cac7052808280c8f84c27f48ad3e0 # Parent e73a69cb98dcc1b257ddc0ed05fe145deb958b0a Rename the project site diff --git a/kallithea/config/routing.py b/kallithea/config/routing.py --- a/kallithea/config/routing.py +++ b/kallithea/config/routing.py @@ -108,7 +108,7 @@ def make_map(config): rmap.connect('rst_help', "http://docutils.sourceforge.net/docs/user/rst/quickref.html", _static=True) - rmap.connect('rhodecode_official', "https://kallithea-scm.org/", _static=True) + rmap.connect('kallithea_project_url', "https://kallithea-scm.org/", _static=True) rmap.connect('rc_issue_tracker', 'https://bitbucket.org/conservancy/kallithea/issues', _static=True) #ADMIN REPOSITORY ROUTES diff --git a/kallithea/templates/base/base.html b/kallithea/templates/base/base.html --- a/kallithea/templates/base/base.html +++ b/kallithea/templates/base/base.html @@ -39,9 +39,9 @@