summaryrefslogtreecommitdiff
path: root/docs/do-it-yourself-framework.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/do-it-yourself-framework.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/do-it-yourself-framework.txt')
-rw-r--r--docs/do-it-yourself-framework.txt2
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