summaryrefslogtreecommitdiff
path: root/docs/narr/project.rst
diff options
context:
space:
mode:
authorSteve Piercy <web@stevepiercy.com>2017-06-27 01:17:29 -0700
committerGitHub <noreply@github.com>2017-06-27 01:17:29 -0700
commit7c5880be8dcdd22b51920d2248055db3f386565e (patch)
treefd0e41d3da66c06b440ea06e32f300479972954a /docs/narr/project.rst
parent3fbd22d14c051d5af5001cbf954debbf7cd4b29d (diff)
parenta816a883492d530c50183e92d5a43fab07181114 (diff)
downloadpyramid-7c5880be8dcdd22b51920d2248055db3f386565e.tar.gz
pyramid-7c5880be8dcdd22b51920d2248055db3f386565e.tar.bz2
pyramid-7c5880be8dcdd22b51920d2248055db3f386565e.zip
Merge pull request #3109 from stevepiercy/master
Update all external links per `make linkcheck`
Diffstat (limited to 'docs/narr/project.rst')
-rw-r--r--docs/narr/project.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/narr/project.rst b/docs/narr/project.rst
index e6c3a45ba..1de8c301c 100644
--- a/docs/narr/project.rst
+++ b/docs/narr/project.rst
@@ -740,7 +740,7 @@ testing, as well as distributing your application.
``setup.py`` is the de facto standard which Python developers use to
distribute their reusable code. You can read more about ``setup.py`` files
and their usage in the `Python Packaging User Guide
- <https://packaging.python.org/en/latest/>`_ and `Setuptools documentation
+ <https://packaging.python.org/>`_ and `Setuptools documentation
<http://pythonhosted.org/setuptools/>`_.
Our generated ``setup.py`` looks like this: