summaryrefslogtreecommitdiff
path: root/docs/tutorials/wiki/distributing.rst
diff options
context:
space:
mode:
authorMichael Merickel <michael@merickel.org>2018-04-24 00:33:06 -0500
committerMichael Merickel <michael@merickel.org>2018-04-24 00:39:00 -0500
commit8bd6f7d3ed849daa0b42b9f75e441fd32437ccf2 (patch)
tree2f6dfdb45703ca15099749c76707c561618e3358 /docs/tutorials/wiki/distributing.rst
parent859668e9938b0949f309105b52fd3439ca7cf64c (diff)
downloadpyramid-8bd6f7d3ed849daa0b42b9f75e441fd32437ccf2.tar.gz
pyramid-8bd6f7d3ed849daa0b42b9f75e441fd32437ccf2.tar.bz2
pyramid-8bd6f7d3ed849daa0b42b9f75e441fd32437ccf2.zip
link to pypi.org
Diffstat (limited to 'docs/tutorials/wiki/distributing.rst')
-rw-r--r--docs/tutorials/wiki/distributing.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/tutorials/wiki/distributing.rst b/docs/tutorials/wiki/distributing.rst
index fb0a552e0..011a94f51 100644
--- a/docs/tutorials/wiki/distributing.rst
+++ b/docs/tutorials/wiki/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
``pip install`` command directly at it. Or you can upload it to `PyPI
-<https://pypi.python.org/pypi>`_ and share it with the rest of the world, where
+<https://pypi.org/>`_ 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.