summaryrefslogtreecommitdiff
path: root/docs/future.txt
diff options
context:
space:
mode:
Diffstat (limited to 'docs/future.txt')
-rw-r--r--docs/future.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/future.txt b/docs/future.txt
index 697c750..d98775f 100644
--- a/docs/future.txt
+++ b/docs/future.txt
@@ -4,7 +4,7 @@ The Future Of Paste
Introduction
------------
-Paste has been under development for a while, and has lots of code in it. Too much code! The code is largely decoupled except for some core functions shared by many parts of the code. Those core functions are largely replaced in `WebOb <http://pythonpaste.org/webob/>`_, and replaced with better implementations.
+Paste has been under development for a while, and has lots of code in it. Too much code! The code is largely decoupled except for some core functions shared by many parts of the code. Those core functions are largely replaced in `WebOb <https://webob.org/>`_, and replaced with better implementations.
The future of these pieces is to split them into independent packages, and refactor the internal Paste dependencies to rely instead on WebOb.