summaryrefslogtreecommitdiff
path: root/docs/future.txt
diff options
context:
space:
mode:
authorChris Dent <cdent@anticdent.org>2018-10-24 13:37:51 +0100
committerChris Dent <cdent@anticdent.org>2018-10-24 13:37:51 +0100
commitdc73d5573e6c415fd5589309875221343755fa7b (patch)
tree659efa35be8d698bc4c552ad66a92a28688d5ed2 /docs/future.txt
parent8c174186edba0ab407e18cd5130d3bbb7a939416 (diff)
downloadpaste-git-fix-docs.tar.gz
Prepare docs for publishing to RTFDfix-docs
We'd like to have a stable location for documentation. The destination will be https://pythonpaste.readthedocs.io This change also tries to make sure that there are sufficient warnings throughout about the status of Paste.
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.