summaryrefslogtreecommitdiff
path: root/docs/ref
diff options
context:
space:
mode:
authorMohammad Alsakhawy <mohammadalsakhawy@gmail.com>2024-03-06 05:25:57 +0200
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2024-03-06 06:48:58 +0100
commit4dae21ad97d3cad61450e12273989109452c3ede (patch)
tree86386b5e9e66fc64902af5203a314f02baba2515 /docs/ref
parente45ee72d695f41164043fd30bdcca8edcc4d748e (diff)
[5.0.x] Updated broken links in docs/ref/contrib/gis/tutorial.txt.
Backport of f06bb7c88a03e03e1c041e4b10cdc90c8f710dda from main
Diffstat (limited to 'docs/ref')
-rw-r--r--docs/ref/contrib/gis/tutorial.txt11
1 files changed, 5 insertions, 6 deletions
diff --git a/docs/ref/contrib/gis/tutorial.txt b/docs/ref/contrib/gis/tutorial.txt
index eb62df56a8..7ae8f112e4 100644
--- a/docs/ref/contrib/gis/tutorial.txt
+++ b/docs/ref/contrib/gis/tutorial.txt
@@ -37,7 +37,7 @@ basic apps`_ project. [#]_
instructions.
.. _OGC: https://www.ogc.org/
-.. _world borders: https://thematicmapping.org/downloads/world_borders.php
+.. _world borders: https://web.archive.org/web/20240123190237/https://thematicmapping.org/downloads/world_borders.php
.. _GeoDjango basic apps: https://code.google.com/archive/p/geodjango-basic-apps
Setting Up
@@ -115,7 +115,7 @@ unzip. On GNU/Linux platforms, use the following commands:
$ mkdir world/data
$ cd world/data
- $ wget https://thematicmapping.org/downloads/TM_WORLD_BORDERS-0.3.zip
+ $ wget https://web.archive.org/web/20231220150759/https://thematicmapping.org/downloads/TM_WORLD_BORDERS-0.3.zip
$ unzip TM_WORLD_BORDERS-0.3.zip
$ cd ../..
@@ -131,7 +131,7 @@ extensions:
* ``.prj``: Contains the spatial reference information for the geographic
data stored in the shapefile.
-__ https://thematicmapping.org/downloads/TM_WORLD_BORDERS-0.3.zip
+__ https://web.archive.org/web/20231220150759/https://thematicmapping.org/downloads/TM_WORLD_BORDERS-0.3.zip
__ https://en.wikipedia.org/wiki/Shapefile
Use ``ogrinfo`` to examine spatial data
@@ -807,9 +807,8 @@ in your ``admin.py`` file::
.. rubric:: Footnotes
-.. [#] Special thanks to Bjørn Sandvik of `thematicmapping.org
- <https://thematicmapping.org/>`_ for providing and maintaining this
- dataset.
+.. [#] Special thanks to Bjørn Sandvik of `mastermaps.net
+ <https://mastermaps.net/>`_ for providing and maintaining this dataset.
.. [#] GeoDjango basic apps was written by Dane Springmeyer, Josh Livni, and
Christopher Schmidt.
.. [#] This point is the `University of Houston Law Center