summaryrefslogtreecommitdiff
path: root/docs/narr/security.rst
diff options
context:
space:
mode:
authorCasey Duncan <casey.duncan@gmail.com>2010-12-31 18:24:18 -0700
committerCasey Duncan <casey.duncan@gmail.com>2010-12-31 18:24:18 -0700
commitee50aec09576620537ff68895cfb81fd4663a45f (patch)
tree948d2dc30b9492d8f54437cf5078a5d50ac75d00 /docs/narr/security.rst
parent45cc6fcd6a8e4c093e734f7fdbc69878d4df2bb4 (diff)
downloadpyramid-ee50aec09576620537ff68895cfb81fd4663a45f.tar.gz
pyramid-ee50aec09576620537ff68895cfb81fd4663a45f.tar.bz2
pyramid-ee50aec09576620537ff68895cfb81fd4663a45f.zip
Remove resource location chapter and move intro parts to url dispatch. The new much ado about traversal chapter takes care of selling traversal now
Diffstat (limited to 'docs/narr/security.rst')
-rw-r--r--docs/narr/security.rst3
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/narr/security.rst b/docs/narr/security.rst
index c5262faa2..62a4727bc 100644
--- a/docs/narr/security.rst
+++ b/docs/narr/security.rst
@@ -18,8 +18,7 @@ works at a high level:
:term:`resource location`. A context is located differently depending on
whether the application uses :term:`traversal` or :term:`URL dispatch`, but
a context is ultimately found in either case. See
- :ref:`resourcelocation_chapter` for more information about resource
- location.
+ the :ref:`urldispatch_chapter` chapter for more information.
- A :term:`view callable` is located by :term:`view lookup` using the
context as well as other attributes of the request.