diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2020-05-04 18:41:52 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-05-04 18:41:52 +0200 |
| commit | ff70bc41368e2a3fb6d01109d521aa10e8423ffc (patch) | |
| tree | d22aff1e2c9c81344f7fe269ad474d18c5aa34bf | |
| parent | 6d6cbf8b69bbecb6db4156f20c04ec515611d0a4 (diff) | |
| download | PROJ-ff70bc41368e2a3fb6d01109d521aa10e8423ffc.tar.gz PROJ-ff70bc41368e2a3fb6d01109d521aa10e8423ffc.zip | |
resource_file.rst: fix link to crs2crsgrid.py [skip appveyor] (#2207)
| -rw-r--r-- | docs/source/resource_files.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/source/resource_files.rst b/docs/source/resource_files.rst index 19dab1b4..76e0e256 100644 --- a/docs/source/resource_files.rst +++ b/docs/source/resource_files.rst @@ -290,7 +290,7 @@ Getting crs2crs2grid.py ................................................................................ The `crs2crs2grid.py` script can be found at -https://github.com/OSGeo/gdal/tree/trunk/gdal/swig/python/samples/crs2crs2grid.py +https://github.com/OSGeo/gdal/tree/master/gdal/swig/python/samples/crs2crs2grid.py The script depends on having the GDAL Python bindings operational; if they are not you will get an error such as: |
