summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorVictor Stinner <victor.stinner@gmail.com>2014-03-18 18:32:00 +0100
committerVictor Stinner <victor.stinner@gmail.com>2014-03-18 18:32:00 +0100
commit58114ce19395140385d638fc44d2ca5905a40de7 (patch)
treee78c475f392cdad9f2294201ba68d6a39329018f /docs
parent6d7f7ce18559daafb6ddcb1eef3248b49634c436 (diff)
downloadpaste-58114ce19395140385d638fc44d2ca5905a40de7.tar.gz
Update URL of external projects
Diffstat (limited to 'docs')
-rw-r--r--docs/_templates/layout.html4
-rw-r--r--docs/download/index.txt13
2 files changed, 9 insertions, 8 deletions
diff --git a/docs/_templates/layout.html b/docs/_templates/layout.html
index 57af4d6..6ae2d42 100644
--- a/docs/_templates/layout.html
+++ b/docs/_templates/layout.html
@@ -12,10 +12,10 @@
<ul>
<li><a href="https://bitbucket.org/ianb/pastescript/issues/">Issue tracker</a></li>
<li><a href="http://pythonpaste.org/">Paste core</a></li>
-<li><a href="http://pythonpaste.org/webob/">WebOb</a></li>
+<li><a href="http://webob.org/">WebOb</a></li>
<li><a href="http://pythonpaste.org/deploy/">Paste Deploy</a></li>
<li><a href="http://pythonpaste.org/script/">Paste Script</a></li>
-<li><a href="http://pythonpaste.org/webtest/">WebTest</a></li>
+<li><a href="http://webtest.pythonpaste.org/">WebTest</a></li>
<li><a href="http://pythonpaste.org/scripttest/">ScriptType</a></li>
<li><a href="http://pythonpaste.org/initools/">INITools</a></li>
<li><a href="http://pythonpaste.org/tempita/">Tempita</a></li>
diff --git a/docs/download/index.txt b/docs/download/index.txt
index 674497e..01f918f 100644
--- a/docs/download/index.txt
+++ b/docs/download/index.txt
@@ -9,11 +9,12 @@ can install directly into your ``site-packages/`` directory, and are
Python-version specific. The download files for the latest version
are always located on the Cheese Shop pages (listed below).
-* `Paste <http://cheeseshop.python.org/pypi/Paste>`_
-* `Paste Script <http://cheeseshop.python.org/pypi/PasteScript>`_
-* `Paste Deploy <http://cheeseshop.python.org/pypi/PasteDeploy>`_
-* `Paste WebKit <http://cheeseshop.python.org/pypi/PasteWebKit>`_
-* `Wareweb <http://cheeseshop.python.org/pypi/Wareweb>`_
+* `Paste <http://pypi.python.org/pypi/Paste>`_
+* `Paste Script <http://pypi.python.org/pypi/PasteScript>`_
+* `Paste Deploy <http://pypi.python.org/pypi/PasteDeploy>`_
+* `Paste WebKit <http://pypi.python.org/pypi/PasteWebKit>`_
+* `Wareweb <http://pypi.python.org/pypi/Wareweb>`_ (deprecated, use `Pylons
+ <https://pypi.python.org/pypi/Pylons>`_ instead)
All the packages are available in the Mercurial repositories rooted in
http://bitbucket.org/ianb/
@@ -21,7 +22,7 @@ http://bitbucket.org/ianb/
* http://bitbucket.org/ianb/paste
* http://bitbucket.org/ianb/pastescript
* http://bitbucket.org/ianb/pastedeploy
-* http://bitbucket.org/ianb/webob
+* https://github.com/Pylons/webob
* ... and others
Use::