summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Piercy <web@stevepiercy.com>2018-11-27 04:20:17 -0800
committerSteve Piercy <web@stevepiercy.com>2018-11-27 04:20:17 -0800
commit81f4a4893ca1b6754de50b47bb53c4e3cbb714c8 (patch)
treef02109909d2ad445dc5013f67c8119be502233fe
parent8a894549dcc42ba76f4dd1b0d21f00ff37a10bac (diff)
downloadpastedeploy-git-81f4a4893ca1b6754de50b47bb53c4e3cbb714c8.tar.gz
Fix links to news and pip
-rw-r--r--docs/index.rst8
1 files changed, 3 insertions, 5 deletions
diff --git a/docs/index.rst b/docs/index.rst
index 0281128..66fa9e9 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -37,8 +37,7 @@ its container.
Paste Deployment currently does not require other parts of `Paste
<http://pythonpaste.org>`_, and is distributed as a separate package.
-To see updates that have been made to Paste Deploy see the `news file
-<news.html>`_.
+To see updates that have been made to Paste Deploy see the :doc:`news file <news>`_.
Paste Deploy is released under the `MIT license
<http://www.opensource.org/licenses/mit-license.php>`_.
@@ -89,9 +88,8 @@ checkout. You can also simply install ``PasteDeploy==dev``.
For downloads and other information see the `Cheese Shop PasteDeploy
page <http://cheeseshop.python.org/pypi/PasteDeploy>`_.
-A complimentary package is `Paste Script </script/>`_. To install
-that, use ``pip install PasteScript`` (or ``pip install
-PasteScript==dev``).
+A complimentary package is `Paste Script <https://pypi.org/project/PasteScript/>`_.
+To install that, use ``pip install PasteScript`` (or ``pip install PasteScript==dev``).
From the User Perspective
-------------------------