summaryrefslogtreecommitdiff
path: root/docs/narr/install.rst
diff options
context:
space:
mode:
authorSteve Piercy <web@stevepiercy.com>2017-06-27 01:05:41 -0700
committerSteve Piercy <web@stevepiercy.com>2017-06-27 01:05:41 -0700
commita816a883492d530c50183e92d5a43fab07181114 (patch)
treefd0e41d3da66c06b440ea06e32f300479972954a /docs/narr/install.rst
parent3fbd22d14c051d5af5001cbf954debbf7cd4b29d (diff)
downloadpyramid-a816a883492d530c50183e92d5a43fab07181114.tar.gz
pyramid-a816a883492d530c50183e92d5a43fab07181114.tar.bz2
pyramid-a816a883492d530c50183e92d5a43fab07181114.zip
Update all external links per `make linkcheck`
- Most are changing http to https, or readthedocs.org to readthedocs.io, and some for Python packaging reorganizing some docs into tutorials, as well as miscellaneous changes.
Diffstat (limited to 'docs/narr/install.rst')
-rw-r--r--docs/narr/install.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/narr/install.rst b/docs/narr/install.rst
index c2bd00bff..61c6e6c25 100644
--- a/docs/narr/install.rst
+++ b/docs/narr/install.rst
@@ -54,7 +54,7 @@ recommended to install the latest 3.x version of Python.
You can install the latest verion of Python for Mac OS X from the binaries on
`python.org <https://www.python.org/downloads/mac-osx/>`_.
-Alternatively, you can use the `homebrew <http://brew.sh/>`_ package manager.
+Alternatively, you can use the `homebrew <https://brew.sh/>`_ package manager.
.. code-block:: text
@@ -157,7 +157,7 @@ application, rather than being installed system wide.
.. seealso:: See the Python Packaging Authority's (PyPA) documention
`Requirements for Installing Packages
- <https://packaging.python.org/en/latest/installing/#requirements-for-installing-packages>`_
+ <https://packaging.python.org/tutorials/installing-packages/#requirements-for-installing-packages>`_
for full details.