diff docs/contributing.rst @ 4179:010e9532801a kallithea-2.2.5-rebrand

Change bitbucket and hosting URL
author Bradley M. Kuhn <bkuhn@sfconservancy.org>
date Wed, 02 Jul 2014 19:03:47 -0400
parents b53cef6faf22
children 7e5f8c12a3fc
line wrap: on
line diff
--- a/docs/contributing.rst	Wed May 21 13:35:27 2014 -0400
+++ b/docs/contributing.rst	Wed Jul 02 19:03:47 2014 -0400
@@ -9,7 +9,7 @@
 
 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 @@
 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::