summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/narr/install.rst2
-rw-r--r--docs/narr/project.rst2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/narr/install.rst b/docs/narr/install.rst
index 9d6d2740a..014a11d7e 100644
--- a/docs/narr/install.rst
+++ b/docs/narr/install.rst
@@ -358,6 +358,6 @@ When you ``easy_install`` :mod:`repoze.bfg`, various Zope libraries,
various Chameleon libraries, WebOb, Paste, PasteScript, and
PasteDeploy libraries are installed.
-Additionally, as shown in a following chapter, PasteScript (aka
+Additionally, as chronicled in :ref:`project_narr`, PasteScript (aka
*paster*) templates will be registered that make it easy to start a
new :mod:`repoze.bfg` project.
diff --git a/docs/narr/project.rst b/docs/narr/project.rst
index 97df8a28c..acd55ea55 100644
--- a/docs/narr/project.rst
+++ b/docs/narr/project.rst
@@ -70,7 +70,7 @@ live within a package.
Creating the Project
--------------------
-In in :ref:`installing_chapter`, you created a virtual Python
+In :ref:`installing_chapter`, you created a virtual Python
environment via the ``virtualenv`` command. To start a
:mod:`repoze.bfg` :term:`project`, use the ``paster`` facility
installed within the virtualenv. In :ref:`installing_chapter` we