diff options
| -rw-r--r-- | .travis.yml | 20 | ||||
| -rw-r--r-- | docs/source/resource_files.rst | 2 |
2 files changed, 11 insertions, 11 deletions
diff --git a/.travis.yml b/.travis.yml index d62d104f..bcd546cd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -97,13 +97,13 @@ script: after_success: ./travis/${BUILD_NAME}/after_success.sh -notifications: - #email: - # recipients: - # - gdal-commits@lists.osgeo.org - - irc: - channels: - - "irc.freenode.org#gdal" - - "irc.freenode.org#proj" - use_notice: true +#notifications: +# #email: +# # recipients: +# # - gdal-commits@lists.osgeo.org +# +# irc: +# channels: +# - "irc.freenode.org#gdal" +# - "irc.freenode.org#proj" +# use_notice: true diff --git a/docs/source/resource_files.rst b/docs/source/resource_files.rst index ab8b149c..ae3a808d 100644 --- a/docs/source/resource_files.rst +++ b/docs/source/resource_files.rst @@ -298,7 +298,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: |
