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
commit9cbd8c66f180b39d2e5e2f2a5d82fb829c7ff28b (patch)
tree52c9f7e9ec44c656e0b3448e2aa5673491535852
parentbb46e560c30f095b7a5344b64307bd7663b4bea5 (diff)
downloadpastedeploy-9cbd8c66f180b39d2e5e2f2a5d82fb829c7ff28b.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.