summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorVictor Stinner <victor.stinner@gmail.com>2014-03-18 18:34:17 +0100
committerVictor Stinner <victor.stinner@gmail.com>2014-03-18 18:34:17 +0100
commitfc8f457501ed2868196b75139d983184e574a85b (patch)
tree6e19833f6c82e67c890bcbdcf682afe801d1e25a /setup.py
parent99677271547f5d32ff7ba3ea285612a2adbe00e8 (diff)
downloadpaste-fc8f457501ed2868196b75139d983184e574a85b.tar.gz
update more urls
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/setup.py b/setup.py
index 56fa9ef..b7e92b1 100644
--- a/setup.py
+++ b/setup.py
@@ -18,7 +18,7 @@ These provide several pieces of "middleware" (or filters) that can be nested to
piece of middleware uses the WSGI (`PEP 333`_) interface, and should
be compatible with other middleware based on those interfaces.
-.. _PEP 333: http://www.python.org/peps/pep-0333.html
+.. _PEP 333: http://www.python.org/dev/peps/pep-0333.html
Includes these features...
@@ -81,7 +81,7 @@ Debugging Filters
Zope/ZPT conventions) in ``paste.exceptions``
* Catch errors presenting a `cgitb
- <http://python.org/doc/current/lib/module-cgitb.html>`_-based
+ <http://docs.python.org/2/library/cgitb.html>`_-based
output, in ``paste.cgitb_catcher``.
* Profile each request and append profiling information to the HTML,