summaryrefslogtreecommitdiff
path: root/docs/index.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/index.rst')
-rw-r--r--docs/index.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/index.rst b/docs/index.rst
index d570e7811..550a5312e 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -47,11 +47,11 @@ up to speed right away.
* :doc:`quick_tour` goes through the major features in Pyramid, covering
a little about a lot.
-* For help getting Pyramid set up, try the `install guide
- <../narr/install>`_.
+* To see a minimal Pyramid web application, check out
+ :ref:`firstapp_chapter`.
-* To see a minimal Pyramid web application, check out `creating your first
- Pyramid application <../narr/firstapp>`_.
+* For help getting Pyramid set up, try
+ :ref:`installing_chapter`.
* Like learning by example? Visit the official
:doc:`wiki tutorial <../tutorials/wiki2/index>` as well as the