summaryrefslogtreecommitdiff
path: root/docs/narr/introduction.rst
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2012-01-30 15:39:01 -0800
committerChris McDonough <chrism@plope.com>2012-01-30 15:39:01 -0800
commitffe63527e341f742cd77cbb7c72ff5a973ee8d77 (patch)
tree4f56efdb34644dde638a0b2725334854a2d5883d /docs/narr/introduction.rst
parentbfe8046689b9f9b4273df773a43be19080958193 (diff)
parent3f8e72a2412866ca937d5e95679813c00367ed0a (diff)
downloadpyramid-ffe63527e341f742cd77cbb7c72ff5a973ee8d77.tar.gz
pyramid-ffe63527e341f742cd77cbb7c72ff5a973ee8d77.tar.bz2
pyramid-ffe63527e341f742cd77cbb7c72ff5a973ee8d77.zip
Merge pull request #422 from slinkp/master
Traversal docs: add a single-file example
Diffstat (limited to 'docs/narr/introduction.rst')
-rw-r--r--docs/narr/introduction.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/narr/introduction.rst b/docs/narr/introduction.rst
index 7c6ad00f3..92955aafd 100644
--- a/docs/narr/introduction.rst
+++ b/docs/narr/introduction.rst
@@ -597,7 +597,7 @@ content management systems and document management systems. Traversal also lend
systems that require very granular security ("Bob can edit *this* document"
as opposed to "Bob can edit documents").
-Example: :ref:`much_ado_about_traversal_chapter`.
+Example: :ref:`hello_traversal_chapter` and :ref:`much_ado_about_traversal_chapter`.
Tweens
~~~~~~