Provide correct link to installation instructions
authorZygmunt Krynicki <zygmunt.krynicki@linaro.org>
Wed, 22 Jun 2011 17:21:22 +0000 (19:21 +0200)
committerZygmunt Krynicki <zygmunt.krynicki@linaro.org>
Wed, 22 Jun 2011 17:21:22 +0000 (19:21 +0200)
doc/installation.rst
doc/usage.rst

index 8d60191..e4a3b80 100644 (file)
@@ -1,3 +1,5 @@
+.. _installation:
+
 Installation
 ============
 
index bf83de3..804337f 100644 (file)
@@ -9,8 +9,8 @@ How to use linaro-django-pagination
 ``linaro-django-pagination`` allows for easy Digg-style pagination without modifying
 your views.
 
-There are really 5 steps to setting it up with your projects (not including 
-installation, which is covered in INSTALL.txt in this same directory.)
+There are really 5 steps to setting it up with your projects (not including
+installation, which is covered in :ref:`installation`.)
 
 1. List this application in the ``INSTALLED_APPS`` portion of your settings
    file.  Your settings file might look something like::