diff options
| author | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2020-01-29 09:34:37 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-01-29 09:34:37 +0100 |
| commit | 0ac8ac8b0dece68072548900e992fc31493154c1 (patch) | |
| tree | 414ab8cbe71b9a956b3882e1b51f9c1371624460 /docs/ref/contrib/gis/tutorial.txt | |
| parent | 4ca5c565f4dc9e97845036e86416abc5cfde766c (diff) | |
Refs #25778 -- Updated some links to HTTPS and new locations.
Diffstat (limited to 'docs/ref/contrib/gis/tutorial.txt')
| -rw-r--r-- | docs/ref/contrib/gis/tutorial.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/ref/contrib/gis/tutorial.txt b/docs/ref/contrib/gis/tutorial.txt index 25c2e35b1c..233ac1e8e7 100644 --- a/docs/ref/contrib/gis/tutorial.txt +++ b/docs/ref/contrib/gis/tutorial.txt @@ -633,7 +633,7 @@ of abstraction:: >>> qs # printing evaluates the queryset <QuerySet [<WorldBorder: United States>]> -__ http://spatialreference.org/ref/epsg/32140/ +__ https://spatialreference.org/ref/epsg/32140/ .. _gis-raw-sql: @@ -737,7 +737,7 @@ position. .. _OpenLayers: https://openlayers.org/ .. _Open Street Map: https://www.openstreetmap.org/ -.. _Vector Map Level 0: http://earth-info.nga.mil/publications/vmap0.html +.. _Vector Map Level 0: https://earth-info.nga.mil/publications/vmap0.html .. _OSGeo: https://www.osgeo.org/ .. _osmgeoadmin-intro: |
