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/ref | |
| parent | db613f4f1250971942f766dcf97c22234a3aa14e (diff) | |
Fixed broken links in docs and comments.
Diffstat (limited to 'docs/ref')
| -rw-r--r-- | docs/ref/contrib/gis/install/index.txt | 2 | ||||
| -rw-r--r-- | docs/ref/django-admin.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/ref/contrib/gis/install/index.txt b/docs/ref/contrib/gis/install/index.txt index 9c2728f763..10b0577a1a 100644 --- a/docs/ref/contrib/gis/install/index.txt +++ b/docs/ref/contrib/gis/install/index.txt @@ -327,7 +327,7 @@ Fink of the `Fink`__ package system. `Different packages are available`__ (starting with "django-gis"), depending on which version of Python you want to use. -__ http://schwehr.org/blog/ +__ https://schwehr.blogspot.com/ __ http://www.finkproject.org/ __ http://pdb.finkproject.org/pdb/browse.php?summary=django-gis diff --git a/docs/ref/django-admin.txt b/docs/ref/django-admin.txt index 2ecf082575..a783767981 100644 --- a/docs/ref/django-admin.txt +++ b/docs/ref/django-admin.txt @@ -950,7 +950,7 @@ Python interpreter, use ``python`` as the interface name, like so:: In older versions, use the ``--plain`` option instead of ``-i python``. This is deprecated and will be removed in Django 2.0. -.. _IPython: http://ipython.scipy.org/ +.. _IPython: https://ipython.org/ .. _bpython: http://bpython-interpreter.org/ .. django-admin-option:: --nostartup |
