summaryrefslogtreecommitdiff
path: root/docs/intro
diff options
context:
space:
mode:
authorMariusz Felisiak <felisiak.mariusz@gmail.com>2022-03-29 07:46:08 +0200
committerGitHub <noreply@github.com>2022-03-29 07:46:08 +0200
commit010a9d8a4f45252b908337988690c3fad138e334 (patch)
tree82fde8a8ae412e35cec244ff57d1111f343c88b8 /docs/intro
parenteb07b5be0ce7c51938ed9b00bae04ebe9a75110c (diff)
Updated various links to HTTPS and new locations.
Diffstat (limited to 'docs/intro')
-rw-r--r--docs/intro/reusable-apps.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/intro/reusable-apps.txt b/docs/intro/reusable-apps.txt
index fe22569485..21a6e0f634 100644
--- a/docs/intro/reusable-apps.txt
+++ b/docs/intro/reusable-apps.txt
@@ -186,7 +186,7 @@ this. For a small app like polls, this process isn't too difficult.
#. Next we'll create ``pyproject.toml``, ``setup.cfg``, and ``setup.py`` files
which detail how to build and install the app. A full explanation of these
files is beyond the scope of this tutorial, but the `setuptools
- documentation <https://setuptools.readthedocs.io/en/latest/>`_ has a good
+ documentation <https://setuptools.pypa.io/en/latest/>`_ has a good
explanation. Create the ``django-polls/pyproject.toml``,
``django-polls/setup.cfg``, and ``django-polls/setup.py`` files with the
following contents: