diff -r b04d73c0a13e -r 160968654581 docs/index.rst --- 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.