summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTinUnkai <tinunkai@users.noreply.github.com>2020-03-16 18:37:42 +0900
committerGitHub <noreply@github.com>2020-03-16 09:37:42 +0000
commit93602a320c2f115a3fcad69f9b6e62fc8a99ad88 (patch)
tree0bd1cb7f3d4924c1dafcab349b2e0855cbb896d5
parentb0241aea21d9bd07598e477ef77846d1089169a5 (diff)
downloadpaste-git-93602a320c2f115a3fcad69f9b6e62fc8a99ad88.tar.gz
update PEP333 link in README (#52)
-rw-r--r--README.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index 2f3c01d..bf9b08d 100644
--- a/README.rst
+++ b/README.rst
@@ -8,7 +8,7 @@ to build web applications. Each 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/dev/peps/pep-0333.html
+.. _PEP 333: http://www.python.org/dev/peps/pep-0333/
* `Paste project at GitHub (source code, bug tracker)
<https://github.com/cdent/paste/>`_