summaryrefslogtreecommitdiff
path: root/wsgitools/adapters.py
diff options
context:
space:
mode:
authorHelmut Grohne <helmut@subdivi.de>2018-02-25 21:55:14 +0100
committerHelmut Grohne <helmut@subdivi.de>2018-02-25 21:55:14 +0100
commit7f1c15ee300a1212a27616c194fe0f293d2b7598 (patch)
tree1fff2e971441313547d658d2d582ecc609f3a266 /wsgitools/adapters.py
parent326332013c12753b7116e87e4b8225bc5430fb30 (diff)
downloadwsgitools-7f1c15ee300a1212a27616c194fe0f293d2b7598.tar.gz
update WSGI 2.0 reference
Diffstat (limited to 'wsgitools/adapters.py')
-rw-r--r--wsgitools/adapters.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/wsgitools/adapters.py b/wsgitools/adapters.py
index 050c00a..fb47767 100644
--- a/wsgitools/adapters.py
+++ b/wsgitools/adapters.py
@@ -2,7 +2,7 @@
There are attempts to create a new version of the WSGI standard. These
classes try to adapt the current standard to something that eventually
works out to be the next version of WSGI. For more information see
-U{http://www.wsgi.org/wsgi/WSGI_2.0}.
+U{http://wsgi.readthedocs.io/en/latest/proposals-2.0.html}.
"""
__all__ = []