summaryrefslogtreecommitdiff
path: root/docs/narr/views.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/narr/views.rst')
-rw-r--r--docs/narr/views.rst10
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/narr/views.rst b/docs/narr/views.rst
index ad28e48d4..81f3e644f 100644
--- a/docs/narr/views.rst
+++ b/docs/narr/views.rst
@@ -17,11 +17,11 @@ request made to your application.
that implements a view *callable*, and the process of view
*lookup*.
-The chapter :ref:`resourcelocation_chapter` describes how, using information
-from the :term:`request`, a :term:`context` resource is computed. But the
-context resource itself isn't very useful without an associated :term:`view
-callable`. A view callable returns a response to a user, often using the
-context resource to do so.
+The :ref:`urldispatch_chapter`, and :ref:`traversal_chapter` describes how,
+using information from the :term:`request`, a :term:`context` resource is
+computed. But the context resource itself isn't very useful without an
+associated :term:`view callable`. A view callable returns a response to a
+user, often using the context resource to do so.
The job of actually locating and invoking the "best" :term:`view callable` is
the job of the :term:`view lookup` subsystem. The view lookup subsystem