From 7178175eca881ac4865d218c926fa7df2304cec3 Mon Sep 17 00:00:00 2001 From: Even Rouault Date: Thu, 2 Dec 2021 23:09:14 +0100 Subject: Merge pull request #2964 from Fa7C0n/master Fix github path for crs2crs2grid.py in HTDP --- docs/source/resource_files.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/resource_files.rst b/docs/source/resource_files.rst index 536d9480..06ba77ff 100644 --- a/docs/source/resource_files.rst +++ b/docs/source/resource_files.rst @@ -305,7 +305,7 @@ Getting :file:`crs2crs2grid.py` ................................................................................ The :file:`crs2crs2grid.py` script can be found at -https://github.com/OSGeo/gdal/tree/master/gdal/swig/python/samples/crs2crs2grid.py +https://github.com/OSGeo/gdal/blob/master/swig/python/gdal-utils/osgeo_utils/samples/crs2crs2grid.py The script depends on having the GDAL Python bindings operational; if they are not you will get an error such as: -- cgit v1.2.3