summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Piercy <web@stevepiercy.com>2018-11-23 05:28:13 -0800
committerSteve Piercy <web@stevepiercy.com>2018-11-23 05:28:13 -0800
commita8b59275dd6dd4a8369478a6bd5e56c5b62927d5 (patch)
treeed4a75c1188e4874e2dbb020d3faf62b3d180bcc
parent546913f94d6d00289f3be8fd66cb678b4f3659cc (diff)
downloadpastedeploy-git-a8b59275dd6dd4a8369478a6bd5e56c5b62927d5.tar.gz
Fix broken link to get initial html docs built
-rw-r--r--docs/index.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/index.txt b/docs/index.txt
index c085d27..ae0bdbb 100644
--- a/docs/index.txt
+++ b/docs/index.txt
@@ -67,7 +67,7 @@ Installation
First make sure you have either
`setuptools <http://peak.telecommunity.com/DevCenter/setuptools>`_ or its
modern replacement
-`distribute <http://pypi.python.org/pypi/distribute>`_ installed.
+`distribute <https://pypi.org/project/distribute/>`_ installed.
For Python 3.x you need distribute as setuptools does not work on it.
Then you can install Paste Deployment using `pip
@@ -451,7 +451,7 @@ other with the attributes ``.local_conf`` and ``.global_conf``.
`Python Eggs <http://peak.telecommunity.com/DevCenter/PythonEggs>`_
are a distribution and installation format produced by `setuptools
<http://peak.telecommunity.com/DevCenter/setuptools>`_ and
-`distribute <http://packages.python.org/distribute/>`_ that adds metadata to a
+`distribute <https://pypi.org/project/distribute/>`_ that adds metadata to a
normal Python package (among other things).
You don't need to understand a whole lot about Eggs to use them. If