diff options
| author | Steve Piercy <web@stevepiercy.com> | 2018-08-19 01:48:52 -0700 |
|---|---|---|
| committer | Steve Piercy <web@stevepiercy.com> | 2018-08-19 01:48:52 -0700 |
| commit | 9ce94ffb2ee4e09d106bc490fe89f6e9c1b555f4 (patch) | |
| tree | 84a74bb86aadd6b64ee31db6e1fd850882d31d80 /docs/narr/views.rst | |
| parent | 5488da0d165468199f0d07a2ca579b86617fad72 (diff) | |
| download | pyramid-9ce94ffb2ee4e09d106bc490fe89f6e9c1b555f4.tar.gz pyramid-9ce94ffb2ee4e09d106bc490fe89f6e9c1b555f4.tar.bz2 pyramid-9ce94ffb2ee4e09d106bc490fe89f6e9c1b555f4.zip | |
Fix broken links from linkcheck, exclude localhost from check
Diffstat (limited to 'docs/narr/views.rst')
| -rw-r--r-- | docs/narr/views.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/narr/views.rst b/docs/narr/views.rst index e8a07202e..11d9f778a 100644 --- a/docs/narr/views.rst +++ b/docs/narr/views.rst @@ -407,7 +407,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://docs.webob.org/en/latest/reference.html#query-post-variables>`_. +<https://docs.pylonsproject.org/projects/webob/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 understanding how to process |
