diff --git a/README.rst b/README.rst
--- a/README.rst
+++ b/README.rst
@@ -50,19 +50,15 @@ using the following credentials:
 Source code
 -----------
 
-The latest sources can be obtained from official RhodeCode instance
-https://secure.rhodecode.org
+The latest sources can be obtained from https://kallithea-scm.org/repos/kallithea
 
 
 MIRRORS:
 
 Issue tracker and sources at bitbucket_
 
-http://bitbucket.org/marcinkuzminski/rhodecode
+https://bitbucket.org/conservancy/kallithea
 
-Sources at github_
-
-https://github.com/marcinkuzminski/rhodecode
 
 
 RhodeCode Features
@@ -143,7 +139,7 @@ Listed bellow are various support resour
 - Join the `Google group <http://groups.google.com/group/rhodecode>`_ and ask
   any questions.
 
-- Open an issue at `issue tracker <http://bitbucket.org/marcinkuzminski/rhodecode/issues>`_
+- Open an issue at `issue tracker <https://bitbucket.org/conservancy/kallithea/issues>`_
 
 - Join #rhodecode on FreeNode (irc.freenode.net)
   or use http://webchat.freenode.net/?channels=rhodecode for web access to irc.
diff --git a/development.ini b/development.ini
--- a/development.ini
+++ b/development.ini
@@ -237,7 +237,7 @@ default_encoding = utf8
 #clone_uri = {scheme}://{user}{pass}{netloc}{path}
 
 ## issue tracker for RhodeCode (leave blank to disable, absent for default)
-#bugtracker = http://bitbucket.org/marcinkuzminski/rhodecode/issues
+#bugtracker = https://bitbucket.org/conservancy/kallithea/issues
 
 ## issue tracking mapping for commits messages
 ## comment out issue_pat, issue_server, issue_prefix to enable
diff --git a/docs/contributing.rst b/docs/contributing.rst
--- a/docs/contributing.rst
+++ b/docs/contributing.rst
@@ -9,7 +9,7 @@ greatly appreciated!
 
 Could I request that you make your source contributions by first forking the
 RhodeCode repository on bitbucket_
-https://bitbucket.org/marcinkuzminski/rhodecode and then make your changes to
+https://bitbucket.org/conservancy/kallithea and then make your changes to
 your forked repository. Please post all fixes into **dev** bookmark since your
 change might be already fixed there and i try to merge all fixes from dev into
 stable, and not the other way. Finally, when you are finished with your changes,
@@ -18,7 +18,7 @@ please send me a pull request.
 To run RhodeCode in a development version you always need to install the latest
 required libs. Simply clone rhodecode and switch to beta branch::
 
-    hg clone -u dev https://secure.rhodecode.org/rhodecode
+    hg clone https://kallithea-scm.org/repos/kallithea
 
 after downloading/pulling RhodeCode make sure you run::
 
diff --git a/docs/setup.rst b/docs/setup.rst
--- a/docs/setup.rst
+++ b/docs/setup.rst
@@ -732,7 +732,7 @@ Other configuration files
 
 Some example init.d scripts can be found in init.d directory::
 
-  https://secure.rhodecode.org/rhodecode/files/beta/init.d
+  https://kallithea-scm.org/repos/kallithea/files/tip/init.d/
 
 .. _virtualenv: http://pypi.python.org/pypi/virtualenv
 .. _python: http://www.python.org/
@@ -742,5 +742,5 @@ Some example init.d scripts can be found
 .. _python-ldap: http://www.python-ldap.org/
 .. _mercurial-server: http://www.lshift.net/mercurial-server.html
 .. _PublishingRepositories: http://mercurial.selenic.com/wiki/PublishingRepositories
-.. _Issues tracker: https://bitbucket.org/marcinkuzminski/rhodecode/issues
+.. _Issues tracker: https://bitbucket.org/conservancy/kallithea/issues
 .. _google group rhodecode: http://groups.google.com/group/rhodecode
diff --git a/docs/usage/troubleshooting.rst b/docs/usage/troubleshooting.rst
--- a/docs/usage/troubleshooting.rst
+++ b/docs/usage/troubleshooting.rst
@@ -78,5 +78,5 @@ For further questions search the `Issues
 .. _python-ldap: http://www.python-ldap.org/
 .. _mercurial-server: http://www.lshift.net/mercurial-server.html
 .. _PublishingRepositories: http://mercurial.selenic.com/wiki/PublishingRepositories
-.. _Issues tracker: https://bitbucket.org/marcinkuzminski/rhodecode/issues
+.. _Issues tracker: https://bitbucket.org/conservancy/kallithea/issues
 .. _google group rhodecode: http://groups.google.com/group/rhodecode
diff --git a/production.ini b/production.ini
--- a/production.ini
+++ b/production.ini
@@ -237,7 +237,7 @@ default_encoding = utf8
 #clone_uri = {scheme}://{user}{pass}{netloc}{path}
 
 ## issue tracker for RhodeCode (leave blank to disable, absent for default)
-#bugtracker = http://bitbucket.org/marcinkuzminski/rhodecode/issues
+#bugtracker = https://bitbucket.org/conservancy/kallithea/issues
 
 ## issue tracking mapping for commits messages
 ## comment out issue_pat, issue_server, issue_prefix to enable
diff --git a/rhodecode/bin/template.ini.mako b/rhodecode/bin/template.ini.mako
--- a/rhodecode/bin/template.ini.mako
+++ b/rhodecode/bin/template.ini.mako
@@ -241,7 +241,7 @@ default_encoding = utf8
 #clone_uri = {scheme}://{user}{pass}{netloc}{path}
 
 <%text>## issue tracker for RhodeCode (leave blank to disable, absent for default)</%text>
-#bugtracker = http://bitbucket.org/marcinkuzminski/rhodecode/issues
+#bugtracker = https://bitbucket.org/conservancy/kallithea/issues
 
 <%text>## issue tracking mapping for commits messages</%text>
 <%text>## comment out issue_pat, issue_server, issue_prefix to enable</%text>
diff --git a/rhodecode/config/deployment.ini_tmpl b/rhodecode/config/deployment.ini_tmpl
--- a/rhodecode/config/deployment.ini_tmpl
+++ b/rhodecode/config/deployment.ini_tmpl
@@ -237,7 +237,7 @@ default_encoding = utf8
 #clone_uri = {scheme}://{user}{pass}{netloc}{path}
 
 ## issue tracker for RhodeCode (leave blank to disable, absent for default)
-#bugtracker = http://bitbucket.org/marcinkuzminski/rhodecode/issues
+#bugtracker = https://bitbucket.org/conservancy/kallithea/issues
 
 ## issue tracking mapping for commits messages
 ## comment out issue_pat, issue_server, issue_prefix to enable
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,