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/do-it-yourself-framework.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/do-it-yourself-framework.txt')
-rw-r--r-- | docs/do-it-yourself-framework.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/do-it-yourself-framework.txt b/docs/do-it-yourself-framework.txt index ae77ec0..23b85ae 100644 --- a/docs/do-it-yourself-framework.txt +++ b/docs/do-it-yourself-framework.txt @@ -387,7 +387,7 @@ is a somewhat more thorough implementation of this. This, like a lot of parts of this (now fairly old) tutorial is better, more thorough, and easier using `WebOb - <http://pythonpaste.org/webob/>`_. This particular example looks + <https://webob.org/>`_. This particular example looks like:: from webob import Request |