diff options
| author | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2019-08-19 11:43:06 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-08-19 11:43:06 +0200 |
| commit | 49aeabbf27637dbdb7a96d43b164a20c8c8ea70b (patch) | |
| tree | 3a10e67ac4804bf12bc50d8e5dbe2d915a9e57dd /docs/ref/contrib/gis/tutorial.txt | |
| parent | ac34fccdb900788c2e024ea61bbaf4be7a46cce1 (diff) | |
Fixed broken links and redirects to OGR library in docs.
Diffstat (limited to 'docs/ref/contrib/gis/tutorial.txt')
| -rw-r--r-- | docs/ref/contrib/gis/tutorial.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/contrib/gis/tutorial.txt b/docs/ref/contrib/gis/tutorial.txt index 072e8a3311..299fb36082 100644 --- a/docs/ref/contrib/gis/tutorial.txt +++ b/docs/ref/contrib/gis/tutorial.txt @@ -302,7 +302,7 @@ besides the tools included within GeoDjango, you may also use the following: * `shp2pgsql`_: This utility included with PostGIS imports ESRI shapefiles into PostGIS. -.. _ogr2ogr: https://www.gdal.org/ogr2ogr.html +.. _ogr2ogr: https://gdal.org/programs/ogr2ogr.html .. _shp2pgsql: https://postgis.net/docs/using_postgis_dbmanagement.html#shp2pgsql_usage .. _gdalinterface: |
