summaryrefslogtreecommitdiff
path: root/docs/quick_tour.rst
diff options
context:
space:
mode:
authorSteve Piercy <web@stevepiercy.com>2018-08-19 01:48:52 -0700
committerSteve Piercy <web@stevepiercy.com>2018-08-19 01:48:52 -0700
commit9ce94ffb2ee4e09d106bc490fe89f6e9c1b555f4 (patch)
tree84a74bb86aadd6b64ee31db6e1fd850882d31d80 /docs/quick_tour.rst
parent5488da0d165468199f0d07a2ca579b86617fad72 (diff)
downloadpyramid-9ce94ffb2ee4e09d106bc490fe89f6e9c1b555f4.tar.gz
pyramid-9ce94ffb2ee4e09d106bc490fe89f6e9c1b555f4.tar.bz2
pyramid-9ce94ffb2ee4e09d106bc490fe89f6e9c1b555f4.zip
Fix broken links from linkcheck, exclude localhost from check
Diffstat (limited to 'docs/quick_tour.rst')
-rw-r--r--docs/quick_tour.rst9
1 files changed, 4 insertions, 5 deletions
diff --git a/docs/quick_tour.rst b/docs/quick_tour.rst
index 97dda98c0..db0da3282 100644
--- a/docs/quick_tour.rst
+++ b/docs/quick_tour.rst
@@ -17,11 +17,10 @@ Installation
Once you have a standard Python environment setup, getting started with Pyramid
is a breeze. Unfortunately "standard" is not so simple in Python. For this
-Quick Tour, it means `Python <https://www.python.org/downloads/>`_, `venv
-<https://packaging.python.org/en/latest/projects/#venv>`_ (or `virtualenv for
-Python 2.7 <https://packaging.python.org/en/latest/projects/#virtualenv>`_),
-`pip <https://packaging.python.org/en/latest/projects/#pip>`_, and `setuptools
-<https://packaging.python.org/en/latest/projects/#easy-install>`_.
+Quick Tour, it means `Python <https://www.python.org/downloads/>`_, :mod:`python:venv` (or `virtualenv for
+Python 2.7 <https://virtualenv.pypa.io/en/stable/>`_),
+`pip <https://pypi.org/project/pip/>`_, and `setuptools
+<https://pypi.org/project/setuptools/>`_.
To save a little bit of typing and to be certain that we use the modules,
scripts, and packages installed in our virtual environment, we'll set an