summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Piercy <web@stevepiercy.com>2017-07-05 17:52:57 -0700
committerGitHub <noreply@github.com>2017-07-05 17:52:57 -0700
commitd217bcd883b0c8ba507ffa685f85f07094c7165a (patch)
tree6825a2348cf1487748cefa36a14766e839647b3e
parent0207d214cd4a347ea2ae576a86178cdcf61cf8aa (diff)
downloadwebob-stevepiercy-patch-1.tar.gz
Update links to https, "stable", and canonical URLstevepiercy-patch-1
-rw-r--r--README.rst13
1 files changed, 6 insertions, 7 deletions
diff --git a/README.rst b/README.rst
index 1b3d83e..fd52e72 100644
--- a/README.rst
+++ b/README.rst
@@ -4,12 +4,12 @@ WebOb
.. image:: https://travis-ci.org/Pylons/webob.png?branch=master
:target: https://travis-ci.org/Pylons/webob
-.. image:: https://readthedocs.org/projects/webob/badge/?version=latest
- :target: http://docs.pylonsproject.org/projects/webob/en/latest/
+.. image:: https://readthedocs.org/projects/webob/badge/?version=stable
+ :target: https://docs.pylonsproject.org/projects/webob/en/stable/
:alt: Documentation Status
WebOb provides objects for HTTP requests and responses. Specifically
-it does this by wrapping the `WSGI <http://wsgi.org>`_ request
+it does this by wrapping the `WSGI <http://wsgi.readthedocs.io/en/latest/>`_ request
environment and response status/headers/app_iter(body).
The request and response objects provide many conveniences for parsing
@@ -20,18 +20,17 @@ parse HTTP responses.
Support and Documentation
-------------------------
-See the `WebOb Documentation website <https://webob.readthedocs.io/>`_ to view
+See the `WebOb Documentation website <https://docs.pylonsproject.org/projects/webob/en/stable/>`_ to view
documentation, report bugs, and obtain support.
License
-------
WebOb is offered under the `MIT-license
-<https://webob.readthedocs.io/en/latest/license.html>`_.
+<https://docs.pylonsproject.org/projects/webob/en/stable/license.html>`_.
Authors
-------
WebOb was authored by Ian Bicking and is currently maintained by the `Pylons
-Project <http://pylonsproject.org/>`_ and a team of contributors.
-
+Project <https://pylonsproject.org/>`_ and a team of contributors.