diff options
Diffstat (limited to 'docs/ref')
| -rw-r--r-- | docs/ref/clickjacking.txt | 4 | ||||
| -rw-r--r-- | docs/ref/contrib/gis/functions.txt | 4 | ||||
| -rw-r--r-- | docs/ref/contrib/gis/geoquerysets.txt | 4 | ||||
| -rw-r--r-- | docs/ref/contrib/gis/model-api.txt | 8 | ||||
| -rw-r--r-- | docs/ref/contrib/gis/tutorial.txt | 4 | ||||
| -rw-r--r-- | docs/ref/contrib/postgres/aggregates.txt | 2 | ||||
| -rw-r--r-- | docs/ref/middleware.txt | 4 | ||||
| -rw-r--r-- | docs/ref/settings.txt | 4 | ||||
| -rw-r--r-- | docs/ref/templates/language.txt | 2 |
9 files changed, 18 insertions, 18 deletions
diff --git a/docs/ref/clickjacking.txt b/docs/ref/clickjacking.txt index 06d264c115..b26fb211b8 100644 --- a/docs/ref/clickjacking.txt +++ b/docs/ref/clickjacking.txt @@ -10,7 +10,7 @@ against `clickjacking`_. This type of attack occurs when a malicious site tricks a user into clicking on a concealed element of another site which they have loaded in a hidden frame or iframe. -.. _clickjacking: http://en.wikipedia.org/wiki/Clickjacking +.. _clickjacking: https://en.wikipedia.org/wiki/Clickjacking An example of clickjacking ========================== @@ -128,4 +128,4 @@ See also A `complete list`_ of browsers supporting ``X-Frame-Options``. .. _complete list: https://developer.mozilla.org/en/The_X-FRAME-OPTIONS_response_header#Browser_compatibility -.. _other clickjacking prevention techniques: http://en.wikipedia.org/wiki/Clickjacking#Prevention +.. _other clickjacking prevention techniques: https://en.wikipedia.org/wiki/Clickjacking#Prevention diff --git a/docs/ref/contrib/gis/functions.txt b/docs/ref/contrib/gis/functions.txt index 77b3636970..6f59010d5b 100644 --- a/docs/ref/contrib/gis/functions.txt +++ b/docs/ref/contrib/gis/functions.txt @@ -106,7 +106,7 @@ Keyword Argument Description default value is 2. ===================== ===================================================== -__ http://en.wikipedia.org/wiki/Geography_Markup_Language +__ https://en.wikipedia.org/wiki/Geography_Markup_Language AsKML ----- @@ -264,7 +264,7 @@ GeoHash Accepts a single geographic field or expression and returns a `GeoHash`__ representation of the geometry. -__ http://en.wikipedia.org/wiki/Geohash +__ https://en.wikipedia.org/wiki/Geohash Intersection ------------ diff --git a/docs/ref/contrib/gis/geoquerysets.txt b/docs/ref/contrib/gis/geoquerysets.txt index 9a93c9dbe8..9b2a6c5097 100644 --- a/docs/ref/contrib/gis/geoquerysets.txt +++ b/docs/ref/contrib/gis/geoquerysets.txt @@ -747,7 +747,7 @@ the distance from the `Tasmanian`__ city of Hobart to every other :ref:`supported_units`. __ https://github.com/django/django/blob/master/tests/gis_tests/distapp/models.py -__ http://en.wikipedia.org/wiki/Tasmania +__ https://en.wikipedia.org/wiki/Tasmania ``length`` ~~~~~~~~~~ @@ -1100,7 +1100,7 @@ Keyword Argument Description of 2 or 3. The default value is 2. ===================== ===================================================== -__ http://en.wikipedia.org/wiki/Geography_Markup_Language +__ https://en.wikipedia.org/wiki/Geography_Markup_Language ``kml`` ~~~~~~~ diff --git a/docs/ref/contrib/gis/model-api.txt b/docs/ref/contrib/gis/model-api.txt index 04669a91b8..25bd7756a1 100644 --- a/docs/ref/contrib/gis/model-api.txt +++ b/docs/ref/contrib/gis/model-api.txt @@ -20,7 +20,7 @@ of a `Digital Elevation Model`__ as our examples:: name = models.CharField(max_length=100) rast = models.RasterField() -__ http://en.wikipedia.org/wiki/ZIP_code +__ https://en.wikipedia.org/wiki/ZIP_code __ https://en.wikipedia.org/wiki/Digital_elevation_model Spatial Field Types @@ -100,7 +100,7 @@ Sets the SRID [#fnogcsrid]_ (Spatial Reference System Identity) of the geometry the given value. Defaults to 4326 (also known as `WGS84`__, units are in degrees of longitude and latitude). -__ http://en.wikipedia.org/wiki/WGS84 +__ https://en.wikipedia.org/wiki/WGS84 .. _selecting-an-srid: @@ -153,8 +153,8 @@ Additional Resources: data encountered will be in one of these coordinate systems rather than in a geographic coordinate system such as WGS84. -__ http://en.wikipedia.org/wiki/Geodesy -__ http://en.wikipedia.org/wiki/Great_circle +__ https://en.wikipedia.org/wiki/Geodesy +__ https://en.wikipedia.org/wiki/Great_circle __ http://www.spatialreference.org/ref/epsg/2796/ __ http://spatialreference.org/ __ http://web.archive.org/web/20080302095452/http://welcome.warnercnr.colostate.edu/class_info/nr502/lg3/datums_coordinates/spcs.html diff --git a/docs/ref/contrib/gis/tutorial.txt b/docs/ref/contrib/gis/tutorial.txt index 9abcd857ff..f869e97729 100644 --- a/docs/ref/contrib/gis/tutorial.txt +++ b/docs/ref/contrib/gis/tutorial.txt @@ -158,7 +158,7 @@ extensions: data stored in the shapefile. __ http://thematicmapping.org/downloads/TM_WORLD_BORDERS-0.3.zip -__ http://en.wikipedia.org/wiki/Shapefile +__ https://en.wikipedia.org/wiki/Shapefile Use ``ogrinfo`` to examine spatial data --------------------------------------- @@ -259,7 +259,7 @@ longitude, latitude pairs in units of degrees. To use a different coordinate system, set the SRID of the geometry field with the ``srid`` argument. Use an integer representing the coordinate system's EPSG code. -__ http://en.wikipedia.org/wiki/SRID +__ https://en.wikipedia.org/wiki/SRID Run ``migrate`` --------------- diff --git a/docs/ref/contrib/postgres/aggregates.txt b/docs/ref/contrib/postgres/aggregates.txt index af4a0661b3..d4c5f028f6 100644 --- a/docs/ref/contrib/postgres/aggregates.txt +++ b/docs/ref/contrib/postgres/aggregates.txt @@ -203,7 +203,7 @@ Here's some examples of some of the general-purpose aggregation functions:: The next example shows the usage of statistical aggregate functions. The underlying math will be not described (you can read about this, for example, at -`wikipedia <http://en.wikipedia.org/wiki/Regression_analysis>`_):: +`wikipedia <https://en.wikipedia.org/wiki/Regression_analysis>`_):: >>> TestModel.objects.aggregate(count=RegrCount(y='field3', x='field2')) {'count': 2} diff --git a/docs/ref/middleware.txt b/docs/ref/middleware.txt index 258b61eafc..2adcc0a600 100644 --- a/docs/ref/middleware.txt +++ b/docs/ref/middleware.txt @@ -239,7 +239,7 @@ be vulnerable via an insecure connection to a subdomain. it may be because Django doesn't realize that it's on a secure connection; you may need to set the :setting:`SECURE_PROXY_SSL_HEADER` setting. -.. _"Strict-Transport-Security" header: http://en.wikipedia.org/wiki/Strict_Transport_Security +.. _"Strict-Transport-Security" header: https://en.wikipedia.org/wiki/Strict_Transport_Security .. _x-content-type-options: @@ -298,7 +298,7 @@ header. ``SecurityMiddleware`` will do this for all responses if the browsers support the header. Ensure you are still :ref:`validating and sanitizing <cross-site-scripting>` all input to prevent XSS attacks. -.. _XSS attack: http://en.wikipedia.org/wiki/Cross-site_scripting +.. _XSS attack: https://en.wikipedia.org/wiki/Cross-site_scripting .. _X-XSS-Protection header: http://blogs.msdn.com/b/ie/archive/2008/07/02/ie8-security-part-iv-the-xss-filter.aspx .. _ssl-redirect: diff --git a/docs/ref/settings.txt b/docs/ref/settings.txt index eccba53274..7c569fe104 100644 --- a/docs/ref/settings.txt +++ b/docs/ref/settings.txt @@ -84,7 +84,7 @@ Django also allows the `fully qualified domain name (FQDN)`_ of any entries. Some browsers include a trailing dot in the ``Host`` header which Django strips when performing host validation. -.. _`fully qualified domain name (FQDN)`: http://en.wikipedia.org/wiki/Fully_qualified_domain_name +.. _`fully qualified domain name (FQDN)`: https://en.wikipedia.org/wiki/Fully_qualified_domain_name If the ``Host`` header (or ``X-Forwarded-Host`` if :setting:`USE_X_FORWARDED_HOST` is enabled) does not match any value in this @@ -2529,7 +2529,7 @@ to ensure your processes are running in the correct environment. If you're running Django on Windows, :setting:`TIME_ZONE` must be set to match the system time zone. -.. _list of time zones: http://en.wikipedia.org/wiki/List_of_tz_database_time_zones +.. _list of time zones: https://en.wikipedia.org/wiki/List_of_tz_database_time_zones .. setting:: USE_ETAGS diff --git a/docs/ref/templates/language.txt b/docs/ref/templates/language.txt index c7dcbe1240..4691a07689 100644 --- a/docs/ref/templates/language.txt +++ b/docs/ref/templates/language.txt @@ -487,7 +487,7 @@ escaped: Again, we stress that this behavior is on by default. If you're using Django's template system, you're protected. -.. _Cross Site Scripting: http://en.wikipedia.org/wiki/Cross-site_scripting +.. _Cross Site Scripting: https://en.wikipedia.org/wiki/Cross-site_scripting How to turn it off ------------------ |
