diff options
author | Chris Dent <cdent@anticdent.org> | 2018-10-24 13:37:51 +0100 |
---|---|---|
committer | Chris Dent <cdent@anticdent.org> | 2018-10-24 13:37:51 +0100 |
commit | dc73d5573e6c415fd5589309875221343755fa7b (patch) | |
tree | 659efa35be8d698bc4c552ad66a92a28688d5ed2 /docs/future.txt | |
parent | 8c174186edba0ab407e18cd5130d3bbb7a939416 (diff) | |
download | paste-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.txt | 2 |
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. |