diff options
| author | Märt Häkkinen <mart.hakkinen@itcollege.ee> | 2021-08-22 20:34:03 +0300 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2021-08-23 07:34:36 +0200 |
| commit | 358e65a5cdd8430b50a1e3e7346b212a914ad41e (patch) | |
| tree | 774014a94a630e62bb104741ece9009931800c35 /tests | |
| parent | d29a9ed5043bd24b7c074b886125159e67ab8eba (diff) | |
[3.2.x] Fixed #33030 -- Fixed broken links to GDAL docs.
Backport of ed317e79e355bd3aacb1393b821df7b1a7267ebc from main
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/gis_tests/inspectapp/tests.py | 2 |
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 = { |
