summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Merickel <michael@merickel.org>2019-01-03 10:52:10 -0600
committerGitHub <noreply@github.com>2019-01-03 10:52:10 -0600
commit9a27a242a10c101eb69d7f2dbfd4b048447f8f88 (patch)
tree493b4e5e2d9d2128083ab871059ee205bd78bb4e
parent4783a2b4bf29901d895720ec0bc01eb601c7d451 (diff)
downloadwaitress-9a27a242a10c101eb69d7f2dbfd4b048447f8f88.tar.gz
fix pastedeploy url
-rw-r--r--docs/glossary.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/glossary.rst b/docs/glossary.rst
index d87cc31..5309845 100644
--- a/docs/glossary.rst
+++ b/docs/glossary.rst
@@ -8,7 +8,7 @@ Glossary
PasteDeploy
A system for configuration of WSGI web components in declarative ``.ini`` format.
- See https://web.archive.org/web/20161029233359/http://pythonpaste.org/deploy/.
+ See https://docs.pylonsproject.org/projects/pastedeploy/en/latest/.
asyncore
A Python standard library module for asynchronous communications. See :mod:`asyncore`.