summaryrefslogtreecommitdiff
path: root/tests/gis_tests
diff options
context:
space:
mode:
authorMärt Häkkinen <mart.hakkinen@itcollege.ee>2021-08-22 20:34:03 +0300
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2021-08-23 06:22:07 +0200
commited317e79e355bd3aacb1393b821df7b1a7267ebc (patch)
treedfc8145e13285c6d90dfbbdca3e1a66dad2a7c8b /tests/gis_tests
parent3e6a3e885336bea43bc42b8fdf8e2401970b7018 (diff)
downloaddjango-ed317e79e355bd3aacb1393b821df7b1a7267ebc.tar.gz
Fixed #33030 -- Fixed broken links to GDAL docs.
Diffstat (limited to 'tests/gis_tests')
-rw-r--r--tests/gis_tests/inspectapp/tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/gis_tests/inspectapp/tests.py b/tests/gis_tests/inspectapp/tests.py
index d4b9ccedc4..932d5bd9ab 100644
--- a/tests/gis_tests/inspectapp/tests.py
+++ b/tests/gis_tests/inspectapp/tests.py
@@ -191,7 +191,7 @@ def get_ogr_db_string():
db = connections.databases['default']
# Map from the django backend into the OGR driver name and database identifier
- # https://www.gdal.org/ogr/ogr_formats.html
+ # https://gdal.org/drivers/vector/
#
# TODO: Support Oracle (OCI).
drivers = {