summaryrefslogtreecommitdiff
path: root/docs/tutorials/wiki
diff options
context:
space:
mode:
authorSteve Piercy <web@stevepiercy.com>2016-04-23 02:50:23 -0700
committerSteve Piercy <web@stevepiercy.com>2016-04-23 02:50:23 -0700
commit7f70ac6e43e8c7f930b819714ec6cf43e7f523b0 (patch)
tree87c6d914974b01c129bea0a1cc2900eb186eb192 /docs/tutorials/wiki
parentf5de93f1c156fd4659a191c7c78554645534968d (diff)
parent1cb30e690a7ba97db212e7ec9002fd83f950b0bd (diff)
downloadpyramid-7f70ac6e43e8c7f930b819714ec6cf43e7f523b0.tar.gz
pyramid-7f70ac6e43e8c7f930b819714ec6cf43e7f523b0.tar.bz2
pyramid-7f70ac6e43e8c7f930b819714ec6cf43e7f523b0.zip
Merge pull request #2524 from stevepiercy/master
Fix all the stinky linkie rot via `make linkcheck SPHINXBUILD=$VENV/b…
Diffstat (limited to 'docs/tutorials/wiki')
-rw-r--r--docs/tutorials/wiki/distributing.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/tutorials/wiki/distributing.rst b/docs/tutorials/wiki/distributing.rst
index c3037f396..386b880e6 100644
--- a/docs/tutorials/wiki/distributing.rst
+++ b/docs/tutorials/wiki/distributing.rst
@@ -36,6 +36,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
``pip 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 ``pip install`` remotely like any other package people
+<https://pypi.python.org/pypi>`_ and share it with the rest of the world, where
+it can be downloaded via ``pip install`` remotely like any other package people
download from PyPI.