docs/index.rst
changeset 2884 5a836fa589a4
parent 2883 a23045b61e6d
child 2887 c1cf3c8947f1
--- a/docs/index.rst	Wed Aug 30 11:26:00 2017 +0200
+++ b/docs/index.rst	Wed Aug 30 11:36:47 2017 +0200
@@ -5,7 +5,7 @@
 ==================================
 
 `evolve`_ is a Mercurial extension for faster and safer mutable history. It
-implements the changeset evolution concept for `Mercurial`_.
+implements the `changeset evolution`_ concept for `Mercurial`_.
 
 * It offers a safe and simple way to refine changesets locally and propagate
   those changes to other repositories.
@@ -55,6 +55,8 @@
    concepts
    from-mq
 
+.. _`changeset evolution`:
+
 What is Changeset Evolution ?
 -----------------------------
 
@@ -122,7 +124,7 @@
 Why the `evolve` extension
 --------------------------
 
-Mercurial core already has some support for changeset evolution so why have a
+Mercurial core already has some support for `changeset evolution`_ so why have a
 dedicated extension?
 
 The long-term plan for ``evolve`` is to add it to core Mercurial. However,
@@ -137,7 +139,7 @@
 Development status
 ------------------
 
-While well on the way, the full implementation of the changeset evolution
+While well on the way, the full implementation of the `changeset evolution`_
 concept is still in progress. Core Mercurial already supports many of the
 associated features, but for now they are still disabled by default. The current
 implementation has been usable for multiple years already, and some parts of it