docs/index.rst
branchstable
changeset 1617 160968654581
parent 1284 e33990a4c27a
child 1724 bd994fd256e1
--- a/docs/index.rst	Wed Feb 10 18:54:49 2016 -0600
+++ b/docs/index.rst	Thu Feb 25 13:14:04 2016 +0100
@@ -113,7 +113,7 @@
   #. Clone the ``evolve`` repository::
 
        cd ~/src
-       hg clone https://bitbucket.org/marmoute/mutable-history
+       hg clone http://hg.netv6.net/evolve-main
 
   #. Configure the extension, either locally ::
 
@@ -125,7 +125,7 @@
 
      Then add ::
 
-       evolve=~/src/mutable-history/hgext/evolve.py
+       evolve=~/src/evolve-main/hgext/evolve.py
 
      in the ``[extensions]`` section (adding the section if necessary). Use
      the directory that you actually cloned to, of course.