diff options
| author | Tim Graham <timograham@gmail.com> | 2019-03-21 10:04:15 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2019-03-21 10:08:38 -0400 |
| commit | 22c0564193dd8dbd2e6cbfba1cd2b11d334bf172 (patch) | |
| tree | a1a12462d759afacb9ee6e8f32bdf7c1d10d5172 /docs | |
| parent | 9530fac978073af8b3c6b374b588873d5c18d2a4 (diff) | |
[1.11.x] Fixed #30277 -- Fixed broken links to packaging.python.org.
Backport of 8f1cc7e9e61758475ddd6586e0fede4af1ca0e8d from master.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/intro/reusable-apps.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/intro/reusable-apps.txt b/docs/intro/reusable-apps.txt index bace43cb31..a501efed23 100644 --- a/docs/intro/reusable-apps.txt +++ b/docs/intro/reusable-apps.txt @@ -258,7 +258,8 @@ this. For a small app like polls, this process isn't too difficult. new package, ``django-polls-0.1.tar.gz``. For more information on packaging, see Python's `Tutorial on Packaging and -Distributing Projects <https://packaging.python.org/distributing/>`_. +Distributing Projects +<https://packaging.python.org/tutorials/packaging-projects/>`_. Using your own package ====================== @@ -304,7 +305,7 @@ the world! If this wasn't just an example, you could now: * Post the package on a public repository, such as `the Python Package Index (PyPI)`_. `packaging.python.org <https://packaging.python.org>`_ has `a good - tutorial <https://packaging.python.org/distributing/#uploading-your-project-to-pypi>`_ + tutorial <https://packaging.python.org/tutorials/packaging-projects/#uploading-the-distribution-archives>`_ for doing this. Installing Python packages with virtualenv |
