diff options
| author | Ville Skyttä <ville.skytta@iki.fi> | 2016-06-16 04:20:23 +0300 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2016-06-15 21:20:23 -0400 |
| commit | 96f97691ad5e1483263cea3bb4e4021b4c8dcc41 (patch) | |
| tree | 78f847d6c275046a14bcf341d9673972d404abd8 /docs/intro/reusable-apps.txt | |
| parent | db613f4f1250971942f766dcf97c22234a3aa14e (diff) | |
Fixed broken links in docs and comments.
Diffstat (limited to 'docs/intro/reusable-apps.txt')
| -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 c0e5e086f6..32752bbfbd 100644 --- a/docs/intro/reusable-apps.txt +++ b/docs/intro/reusable-apps.txt @@ -185,7 +185,7 @@ this. For a small app like polls, this process isn't too difficult. 5. Next we'll create a ``setup.py`` file which provides details about how to build and install the app. A full explanation of this file is beyond the scope of this tutorial, but the `setuptools docs - <https://pythonhosted.org/setuptools/setuptools.html>`_ have a good + <https://setuptools.readthedocs.io/en/latest/>`_ have a good explanation. Create a file ``django-polls/setup.py`` with the following contents: |
