summaryrefslogtreecommitdiff
path: root/docs/tutorials/wiki2
diff options
context:
space:
mode:
authorSteve Piercy <web@stevepiercy.com>2016-04-23 02:45:04 -0700
committerSteve Piercy <web@stevepiercy.com>2016-04-23 02:45:04 -0700
commit1cb30e690a7ba97db212e7ec9002fd83f950b0bd (patch)
tree87c6d914974b01c129bea0a1cc2900eb186eb192 /docs/tutorials/wiki2
parentf5de93f1c156fd4659a191c7c78554645534968d (diff)
downloadpyramid-1cb30e690a7ba97db212e7ec9002fd83f950b0bd.tar.gz
pyramid-1cb30e690a7ba97db212e7ec9002fd83f950b0bd.tar.bz2
pyramid-1cb30e690a7ba97db212e7ec9002fd83f950b0bd.zip
Fix all the stinky linkie rot via `make linkcheck SPHINXBUILD=$VENV/bin/sphinx-build`, but don't bother with HISTORY.txt or whatsnew-xx
Diffstat (limited to 'docs/tutorials/wiki2')
-rw-r--r--docs/tutorials/wiki2/distributing.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/tutorials/wiki2/distributing.rst b/docs/tutorials/wiki2/distributing.rst
index f264448b0..f38a733f4 100644
--- a/docs/tutorials/wiki2/distributing.rst
+++ b/docs/tutorials/wiki2/distributing.rst
@@ -35,6 +35,6 @@ Note that this command creates a tarball in the "dist" subdirectory named
``tutorial-0.0.tar.gz``. You can send this file to your friends to show them
your cool new application. They should be able to install it by pointing the
``easy_install`` command directly at it. Or you can upload it to `PyPI
-<http://pypi.python.org>`_ and share it with the rest of the world, where it
-can be downloaded via ``easy_install`` remotely like any other package people
-download from PyPI.
+<https://pypi.python.org/pypi>`_ and share it with the rest of the world, where
+it can be downloaded via ``easy_install`` remotely like any other package
+people download from PyPI.