summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Gr?nholm <alex.gronholm@nextday.fi>2011-05-24 02:13:25 +0300
committerAlex Gr?nholm <alex.gronholm@nextday.fi>2011-05-24 02:13:25 +0300
commit46650ff51babab37ed5fac66c32a3619320343ae (patch)
tree52c9f7e9ec44c656e0b3448e2aa5673491535852
parent8c28df8cabf091366a145e16570e9d9c3617becd (diff)
downloadpastedeploy-git-46650ff51babab37ed5fac66c32a3619320343ae.tar.gz
Updated WSGI reference to PEP 3333
-rw-r--r--docs/index.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/index.txt b/docs/index.txt
index 3150e59..cb10c66 100644
--- a/docs/index.txt
+++ b/docs/index.txt
@@ -219,7 +219,7 @@ Basic Usage
-----------
The basic way you'll use Paste Deployment is to load `WSGI
-<http://www.python.org/peps/pep-0333.html>`_ applications. Many
+<http://www.python.org/peps/pep-3333.html>`_ applications. Many
Python frameworks now support WSGI, so applications written for these
frameworks should be usable.