summaryrefslogtreecommitdiff
path: root/docs/ref/contrib/gis/tutorial.txt
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 05:50:47 +0100
commitf06bb7c88a03e03e1c041e4b10cdc90c8f710dda (patch)
tree8f36155b4663d12c7b398aebee83ce9792103a08 /docs/ref/contrib/gis/tutorial.txt
parenteff21d8e7a1cb297aedf1c702668b590a1b618f3 (diff)
Updated broken links in docs/ref/contrib/gis/tutorial.txt.
Diffstat (limited to 'docs/ref/contrib/gis/tutorial.txt')
-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 53c961561c..b051a57a0f 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