From 55b89e8cac2f8cc7cf3f96dfa138b3b9fda81160 Mon Sep 17 00:00:00 2001 From: Nick Pope Date: Tue, 27 Apr 2021 16:38:57 +0100 Subject: [3.2.x] Refs #32720 -- Fixed some broken links in docs. Backport of 7c4ee487c7392a3a394caf62efad355fad639655 from main --- docs/ref/contrib/gis/db-api.txt | 2 +- docs/ref/contrib/gis/geoquerysets.txt | 2 +- docs/ref/contrib/gis/tutorial.txt | 4 ++-- docs/ref/contrib/syndication.txt | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) (limited to 'docs/ref') diff --git a/docs/ref/contrib/gis/db-api.txt b/docs/ref/contrib/gis/db-api.txt index 928d12aa42..b38a022ec1 100644 --- a/docs/ref/contrib/gis/db-api.txt +++ b/docs/ref/contrib/gis/db-api.txt @@ -409,7 +409,7 @@ Aggregate PostGIS Oracle SpatiaLite ======================= ======= ====== ========== .. rubric:: Footnotes -.. [#fnwkt] *See* Open Geospatial Consortium, Inc., `OpenGIS Simple Feature Specification For SQL `_, Document 99-049 (May 5, 1999), at Ch. 3.2.5, p. 3-11 (SQL Textual Representation of Geometry). +.. [#fnwkt] *See* Open Geospatial Consortium, Inc., `OpenGIS Simple Feature Specification For SQL `_, Document 99-049 (May 5, 1999), at Ch. 3.2.5, p. 3-11 (SQL Textual Representation of Geometry). .. [#fnewkb] *See* `PostGIS EWKB, EWKT and Canonical Forms `_, PostGIS documentation at Ch. 4.1.2. .. [#fndistsphere15] *See* `PostGIS documentation `_ on ``ST_DistanceSphere``. .. [#fnmysqlidx] *See* `Creating Spatial Indexes `_ diff --git a/docs/ref/contrib/gis/geoquerysets.txt b/docs/ref/contrib/gis/geoquerysets.txt index dfda2fa3b7..0a41cf106a 100644 --- a/docs/ref/contrib/gis/geoquerysets.txt +++ b/docs/ref/contrib/gis/geoquerysets.txt @@ -939,7 +939,7 @@ Example:: >>> u = Zipcode.objects.filter(poly__within=bbox).aggregate(Union(poly)) # A more sensible approach. .. rubric:: Footnotes -.. [#fnde9im] *See* `OpenGIS Simple Feature Specification For SQL `_, at Ch. 2.1.13.2, p. 2-13 (The Dimensionally Extended Nine-Intersection Model). +.. [#fnde9im] *See* `OpenGIS Simple Feature Specification For SQL `_, at Ch. 2.1.13.2, p. 2-13 (The Dimensionally Extended Nine-Intersection Model). .. [#fnsdorelate] *See* `SDO_RELATE documentation `_, from the Oracle Spatial and diff --git a/docs/ref/contrib/gis/tutorial.txt b/docs/ref/contrib/gis/tutorial.txt index c585dd9248..3a200ca6b7 100644 --- a/docs/ref/contrib/gis/tutorial.txt +++ b/docs/ref/contrib/gis/tutorial.txt @@ -38,7 +38,7 @@ basic apps`_ project. [#]_ .. _OGC: https://www.opengeospatial.org/ .. _world borders: https://thematicmapping.org/downloads/world_borders.php -.. _GeoDjango basic apps: https://code.google.com/p/geodjango-basic-apps/ +.. _GeoDjango basic apps: https://code.google.com/archive/p/geodjango-basic-apps Setting Up ========== @@ -737,7 +737,7 @@ position. .. _OpenLayers: https://openlayers.org/ .. _Open Street Map: https://www.openstreetmap.org/ -.. _Vector Map Level 0: https://earth-info.nga.mil/publications/vmap0.html +.. _Vector Map Level 0: http://web.archive.org/web/20201024202709/https://earth-info.nga.mil/publications/vmap0.html .. _OSGeo: https://www.osgeo.org/ .. _osmgeoadmin-intro: diff --git a/docs/ref/contrib/syndication.txt b/docs/ref/contrib/syndication.txt index e9063d0629..a268bad8cc 100644 --- a/docs/ref/contrib/syndication.txt +++ b/docs/ref/contrib/syndication.txt @@ -16,7 +16,7 @@ Django also comes with a lower-level feed-generating API. Use this if you want to generate feeds outside of a Web context, or in some other lower-level way. -.. _RSS: http://www.whatisrss.com/ +.. _RSS: https://developer.mozilla.org/en-US/docs/Glossary/RSS The high-level framework ======================== -- cgit v1.3