summaryrefslogtreecommitdiff
path: root/docs/future.txt
diff options
context:
space:
mode:
authorChris Dent <chris.dent@gmail.com>2018-10-24 13:42:26 +0100
committerGitHub <noreply@github.com>2018-10-24 13:42:26 +0100
commite009e5295f73f870a05b70e1d15fe40c406cbe58 (patch)
tree659efa35be8d698bc4c552ad66a92a28688d5ed2 /docs/future.txt
parent8c174186edba0ab407e18cd5130d3bbb7a939416 (diff)
parentdc73d5573e6c415fd5589309875221343755fa7b (diff)
downloadpaste-git-e009e5295f73f870a05b70e1d15fe40c406cbe58.tar.gz
Merge pull request #5 from cdent/fix-docs
Prepare docs for publishing to RTFD
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.