From 7f1c15ee300a1212a27616c194fe0f293d2b7598 Mon Sep 17 00:00:00 2001 From: Helmut Grohne Date: Sun, 25 Feb 2018 21:55:14 +0100 Subject: update WSGI 2.0 reference --- wsgitools/adapters.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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__ = [] -- cgit v1.2.3