summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/index.rst4
1 files changed, 1 insertions, 3 deletions
diff --git a/docs/index.rst b/docs/index.rst
index 2ef8f07..e38d104 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -120,9 +120,7 @@ section (``[app:main]``) and a server section (``[server:main]``).
``[composite:...]`` signifies something that dispatches to multiple
applications (example below).
-Here's a typical configuration file that also shows off mounting
-multiple applications using `paste.urlmap
-<https://web.archive.org/web/20160309141618/http://pythonpaste.org/modules/urlmap.html#module-paste.urlmap>`_:
+Here's a typical configuration file that also shows off mounting multiple applications:
.. code-block:: ini