--- a/docs/index.rst Sun Feb 14 14:37:40 2016 +0000
+++ b/docs/index.rst Thu Feb 25 13:18:36 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.