1
0
mirror of https://github.com/django/django.git synced 2025-11-07 07:15:35 +00:00

[1.7.x] Fixed broken links in docs.

Backport of 0efd72dc90 from master
This commit is contained in:
Tim Graham
2014-08-05 08:23:34 -04:00
parent 0014d5b305
commit 9ed92906b3
8 changed files with 8 additions and 14 deletions

View File

@@ -26,7 +26,7 @@ features have landed, including:
``django.contrib.gis`` (`GeoDjango`_)
A project over a year in the making, this adds world-class GIS
(`Geographic Information Systems`_) support to Django, in the form
of a ``contrib`` application. `Its documentation`_ is currently
of a ``contrib`` application. Its documentation is currently
being maintained externally, and will be merged into the main
Django documentation prior to the final 1.0 release. Huge thanks
go to Justin Bronn, Jeremy Dunck, Brett Hoerner and Travis Pinney
@@ -56,7 +56,6 @@ mapper -- is now significantly faster.
.. _GeoDjango: http://geodjango.org/
.. _Geographic Information Systems: http://en.wikipedia.org/wiki/Geographic_information_system
.. _Its documentation: http://geodjango.org/docs/
.. _Jython: http://www.jython.org/

View File

@@ -362,11 +362,10 @@ features:
* A new list interface methods for ``GEOSGeometry`` objects.
For more details, see the `GeoDjango documentation`_.
For more details, see the GeoDjango documentation.
.. _geodjango: http://geodjango.org/
.. _spatialite: http://www.gaia-gis.it/gaia-sins/
.. _geodjango documentation: http://geodjango.org/docs/
Other improvements
------------------