diff mbox

[5/6] docs: Use references for internal links

Message ID 1443631303-28679-6-git-send-email-damien.lespiau@intel.com
State Rejected
Headers show

Commit Message

Damien Lespiau Sept. 30, 2015, 4:41 p.m. UTC
Signed-off-by: Damien Lespiau <damien.lespiau@intel.com>
---
 docs/development.rst  | 2 ++
 docs/installation.rst | 2 ++
 docs/intro.rst        | 5 ++---
 3 files changed, 6 insertions(+), 3 deletions(-)
diff mbox

Patch

diff --git a/docs/development.rst b/docs/development.rst
index 6b2b7eb..a3184fe 100644
--- a/docs/development.rst
+++ b/docs/development.rst
@@ -1,3 +1,5 @@ 
+.. _development:
+
 Developing patchwork
 ====================
 
diff --git a/docs/installation.rst b/docs/installation.rst
index a3a394c..f69d8c6 100644
--- a/docs/installation.rst
+++ b/docs/installation.rst
@@ -1,3 +1,5 @@ 
+.. _installation:
+
 Deploying Patchwork
 ===================
 
diff --git a/docs/intro.rst b/docs/intro.rst
index d374b77..c6c5fbb 100644
--- a/docs/intro.rst
+++ b/docs/intro.rst
@@ -65,9 +65,8 @@  interface.
 Getting Started
 ---------------
 
-You should check out the `installation <installation.md>`__ and
-`development <development.md>`__ guides for information on how to get to
-work with patchwork.
+You should check out the :ref:`installation` and :ref:`development`
+guides for information on how to get to work with patchwork.
 
 Support
 -------