summaryrefslogtreecommitdiff
path: root/docs/narr/views.rst
diff options
context:
space:
mode:
authorMichael Merickel <michael@merickel.org>2011-07-10 22:06:51 -0500
committerMichael Merickel <michael@merickel.org>2011-07-10 22:06:51 -0500
commite005c27ae54f12d5f9579451c1c894a534eb7d48 (patch)
tree0244130aa24b3cb997b442f5636a008c0fbcd9c9 /docs/narr/views.rst
parent4b105d5853988f846a0ff604e811b436b8a68f50 (diff)
downloadpyramid-e005c27ae54f12d5f9579451c1c894a534eb7d48.tar.gz
pyramid-e005c27ae54f12d5f9579451c1c894a534eb7d48.tar.bz2
pyramid-e005c27ae54f12d5f9579451c1c894a534eb7d48.zip
Modified docs to reference webob's new website.
Diffstat (limited to 'docs/narr/views.rst')
-rw-r--r--docs/narr/views.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/narr/views.rst b/docs/narr/views.rst
index cbd8fcfb7..ca5aac508 100644
--- a/docs/narr/views.rst
+++ b/docs/narr/views.rst
@@ -483,7 +483,7 @@ various other clients. In :app:`Pyramid`, form submission handling logic is
always part of a :term:`view`. For a general overview of how to handle form
submission data using the :term:`WebOb` API, see :ref:`webob_chapter` and
`"Query and POST variables" within the WebOb documentation
-<http://pythonpaste.org/webob/reference.html#query-post-variables>`_.
+<http://docs.webob.org/en/latest/reference.html#query-post-variables>`_.
:app:`Pyramid` defers to WebOb for its request and response implementations,
and handling form submission data is a property of the request
implementation. Understanding WebOb's request API is the key to