diff options
| author | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2022-03-29 07:46:08 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-03-29 07:46:08 +0200 |
| commit | 010a9d8a4f45252b908337988690c3fad138e334 (patch) | |
| tree | 82fde8a8ae412e35cec244ff57d1111f343c88b8 /docs/intro | |
| parent | eb07b5be0ce7c51938ed9b00bae04ebe9a75110c (diff) | |
Updated various links to HTTPS and new locations.
Diffstat (limited to 'docs/intro')
| -rw-r--r-- | docs/intro/reusable-apps.txt | 2 |
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: |
