summaryrefslogtreecommitdiff
path: root/docs/ref
diff options
context:
space:
mode:
Diffstat (limited to 'docs/ref')
-rw-r--r--docs/ref/contrib/gis/forms-api.txt2
-rw-r--r--docs/ref/contrib/gis/gdal.txt14
-rw-r--r--docs/ref/contrib/gis/geos.txt2
-rw-r--r--docs/ref/contrib/gis/install/geolibs.txt2
-rw-r--r--docs/ref/contrib/gis/install/spatialite.txt2
-rw-r--r--docs/ref/contrib/gis/model-api.txt2
-rw-r--r--docs/ref/contrib/gis/sitemaps.txt2
-rw-r--r--docs/ref/contrib/gis/tutorial.txt16
-rw-r--r--docs/ref/settings.txt2
9 files changed, 22 insertions, 22 deletions
diff --git a/docs/ref/contrib/gis/forms-api.txt b/docs/ref/contrib/gis/forms-api.txt
index ea48edb54a..4d8d85d718 100644
--- a/docs/ref/contrib/gis/forms-api.txt
+++ b/docs/ref/contrib/gis/forms-api.txt
@@ -158,7 +158,7 @@ Widget classes
``OpenLayers.js`` file `tailored to your needs`_ in the ``js`` property of
the inner ``Media`` class (see :ref:`assets-as-a-static-definition`).
- .. _tailored to your needs: http://openlayers.org/en/latest/doc/tutorials/custom-builds.html
+ .. _tailored to your needs: https://openlayers.org/en/latest/doc/tutorials/custom-builds.html
``OSMWidget``
diff --git a/docs/ref/contrib/gis/gdal.txt b/docs/ref/contrib/gis/gdal.txt
index dcbb02a1b3..ed51a74f0a 100644
--- a/docs/ref/contrib/gis/gdal.txt
+++ b/docs/ref/contrib/gis/gdal.txt
@@ -21,8 +21,8 @@ to raster (image) data.
Although the module is named ``gdal``, GeoDjango only supports some of the
capabilities of OGR and GDAL's raster features at this time.
-__ http://www.gdal.org/
-__ http://www.gdal.org/ogr_arch.html
+__ https://www.gdal.org/
+__ https://www.gdal.org/ogr_arch.html
Overview
========
@@ -92,7 +92,7 @@ each feature in that layer.
Returns the name of the data source.
-__ http://www.gdal.org/ogr_formats.html
+__ https://www.gdal.org/ogr_formats.html
``Layer``
---------
@@ -446,7 +446,7 @@ coordinate transformation::
:class:`Feature.geom` attribute, when reading vector data from
:class:`Layer` (which is in turn a part of a :class:`DataSource`).
- __ http://www.gdal.org/classOGRGeometry.html
+ __ https://www.gdal.org/classOGRGeometry.html
.. classmethod:: from_gml(gml_string)
@@ -1182,7 +1182,7 @@ blue.
needed. For instance, use ``GTiff`` for a ``GeoTiff`` file. For a list of file types,
see also the `GDAL Raster Formats`__ list.
- __ http://www.gdal.org/formats_list.html
+ __ https://www.gdal.org/formats_list.html
An in-memory raster is created through the following example:
@@ -1411,7 +1411,7 @@ blue.
Returns a string with a summary of the raster. This is equivalent to
the `gdalinfo`__ command line utility.
- __ http://www.gdal.org/gdalinfo.html
+ __ https://www.gdal.org/gdalinfo.html
.. attribute:: metadata
@@ -1752,7 +1752,7 @@ Key Default Usage
... }
... })
-__ http://www.gdal.org/frmt_gtiff.html
+__ https://www.gdal.org/frmt_gtiff.html
The ``band_input`` dictionary
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
diff --git a/docs/ref/contrib/gis/geos.txt b/docs/ref/contrib/gis/geos.txt
index 4fc660fd95..a94bf9f339 100644
--- a/docs/ref/contrib/gis/geos.txt
+++ b/docs/ref/contrib/gis/geos.txt
@@ -19,7 +19,7 @@ maintained by `Refractions Research`__ of Victoria, Canada.
__ https://trac.osgeo.org/geos/
__ https://sourceforge.net/projects/jts-topo-suite/
-__ http://www.opengeospatial.org/standards/sfs
+__ https://www.opengeospatial.org/standards/sfs
__ http://www.refractions.net/
Features
diff --git a/docs/ref/contrib/gis/install/geolibs.txt b/docs/ref/contrib/gis/install/geolibs.txt
index cae7d03d39..7ad98ba44e 100644
--- a/docs/ref/contrib/gis/install/geolibs.txt
+++ b/docs/ref/contrib/gis/install/geolibs.txt
@@ -245,4 +245,4 @@ the GDAL library. For example::
It is easier to install the shifting files now, then to have debug a
problem caused by their absence later.
.. [#] Specifically, GeoDjango provides support for the `OGR
- <http://gdal.org/ogr_arch.html>`_ library, a component of GDAL.
+ <https://gdal.org/ogr_arch.html>`_ library, a component of GDAL.
diff --git a/docs/ref/contrib/gis/install/spatialite.txt b/docs/ref/contrib/gis/install/spatialite.txt
index 2a9eb39c33..4a57fa171c 100644
--- a/docs/ref/contrib/gis/install/spatialite.txt
+++ b/docs/ref/contrib/gis/install/spatialite.txt
@@ -89,7 +89,7 @@ Get the latest SpatiaLite library source bundle from the
$ ./configure --target=macosx
-__ http://www.gaia-gis.it/gaia-sins/libspatialite-sources/
+__ https://www.gaia-gis.it/gaia-sins/libspatialite-sources/
.. _spatialite_macos:
diff --git a/docs/ref/contrib/gis/model-api.txt b/docs/ref/contrib/gis/model-api.txt
index ac14af6272..7ea6e9a080 100644
--- a/docs/ref/contrib/gis/model-api.txt
+++ b/docs/ref/contrib/gis/model-api.txt
@@ -263,7 +263,7 @@ determining `when to use geography data type over geometry data type
<https://postgis.net/docs/using_postgis_dbmanagement.html#PostGIS_GeographyVSGeometry>`_.
.. rubric:: Footnotes
-.. [#fnogc] OpenGIS Consortium, Inc., `Simple Feature Specification For SQL <http://www.opengeospatial.org/standards/sfs>`_.
+.. [#fnogc] OpenGIS Consortium, Inc., `Simple Feature Specification For SQL <https://www.opengeospatial.org/standards/sfs>`_.
.. [#fnogcsrid] *See id.* at Ch. 2.3.8, p. 39 (Geometry Values and Spatial Reference Systems).
.. [#fnsrid] Typically, SRID integer corresponds to an EPSG (`European Petroleum Survey Group <http://www.epsg.org>`_) identifier. However, it may also be associated with custom projections defined in spatial database's spatial reference systems table.
.. [#fnthematic] Terry A. Slocum, Robert B. McMaster, Fritz C. Kessler, & Hugh H. Howard, *Thematic Cartography and Geographic Visualization* (Prentice Hall, 2nd edition), at Ch. 7.1.3.
diff --git a/docs/ref/contrib/gis/sitemaps.txt b/docs/ref/contrib/gis/sitemaps.txt
index 59fa8e9c2b..7d6db492b5 100644
--- a/docs/ref/contrib/gis/sitemaps.txt
+++ b/docs/ref/contrib/gis/sitemaps.txt
@@ -19,4 +19,4 @@ Reference
--------------
.. rubric:: Footnotes
-.. [#] http://www.opengeospatial.org/standards/kml
+.. [#] https://www.opengeospatial.org/standards/kml
diff --git a/docs/ref/contrib/gis/tutorial.txt b/docs/ref/contrib/gis/tutorial.txt
index 4c47b0297c..dc159501ef 100644
--- a/docs/ref/contrib/gis/tutorial.txt
+++ b/docs/ref/contrib/gis/tutorial.txt
@@ -36,8 +36,8 @@ basic apps`_ project. [#]_
Proceed through the tutorial sections sequentially for step-by-step
instructions.
-.. _OGC: http://www.opengeospatial.org/
-.. _world borders: http://thematicmapping.org/downloads/world_borders.php
+.. _OGC: https://www.opengeospatial.org/
+.. _world borders: https://thematicmapping.org/downloads/world_borders.php
.. _GeoDjango basic apps: https://code.google.com/p/geodjango-basic-apps/
Setting Up
@@ -115,7 +115,7 @@ unzip. On GNU/Linux platforms, use the following commands:
$ mkdir world/data
$ cd world/data
- $ wget http://thematicmapping.org/downloads/TM_WORLD_BORDERS-0.3.zip
+ $ wget https://thematicmapping.org/downloads/TM_WORLD_BORDERS-0.3.zip
$ unzip TM_WORLD_BORDERS-0.3.zip
$ cd ../..
@@ -131,7 +131,7 @@ extensions:
* ``.prj``: Contains the spatial reference information for the geographic
data stored in the shapefile.
-__ http://thematicmapping.org/downloads/TM_WORLD_BORDERS-0.3.zip
+__ https://thematicmapping.org/downloads/TM_WORLD_BORDERS-0.3.zip
__ https://en.wikipedia.org/wiki/Shapefile
Use ``ogrinfo`` to examine spatial data
@@ -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: http://www.gdal.org/ogr2ogr.html
+.. _ogr2ogr: https://www.gdal.org/ogr2ogr.html
.. _shp2pgsql: https://postgis.net/docs/using_postgis_dbmanagement.html#shp2pgsql_usage
.. _gdalinterface:
@@ -745,7 +745,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
-.. _OSGeo: http://www.osgeo.org
+.. _OSGeo: https://www.osgeo.org/
.. _osmgeoadmin-intro:
@@ -769,11 +769,11 @@ option class in your ``admin.py`` file::
.. rubric:: Footnotes
.. [#] Special thanks to Bjørn Sandvik of `thematicmapping.org
- <http://thematicmapping.org>`_ for providing and maintaining this
+ <https://thematicmapping.org/>`_ for providing and maintaining this
dataset.
.. [#] GeoDjango basic apps was written by Dane Springmeyer, Josh Livni, and
Christopher Schmidt.
.. [#] This point is the `University of Houston Law Center
<https://www.law.uh.edu/>`_.
.. [#] Open Geospatial Consortium, Inc., `OpenGIS Simple Feature Specification
- For SQL <http://www.opengeospatial.org/standards/sfs>`_.
+ For SQL <https://www.opengeospatial.org/standards/sfs>`_.
diff --git a/docs/ref/settings.txt b/docs/ref/settings.txt
index 903356a37a..be5d7be64b 100644
--- a/docs/ref/settings.txt
+++ b/docs/ref/settings.txt
@@ -3093,7 +3093,7 @@ session if the session cookie is sent unencrypted, there's really no good
excuse to leave this off. It will prevent you from using sessions on insecure
requests and that's a good thing.
-.. _Firesheep: http://codebutler.com/firesheep
+.. _Firesheep: https://codebutler.com/firesheep/
.. setting:: SESSION_ENGINE