diff options
| author | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2020-04-28 10:09:45 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-04-28 10:09:45 +0200 |
| commit | b28be08cac1f7cde332ca43db65bb733fa3f9bf5 (patch) | |
| tree | 73d6e56f455ed6667ca305959c636b3eccc61708 /docs/ref | |
| parent | dd3dcd28402b7c9cc7bfd24d3e026db751ca4dfd (diff) | |
Fixed broken links in docs.
Diffstat (limited to 'docs/ref')
| -rw-r--r-- | docs/ref/contrib/gis/functions.txt | 2 | ||||
| -rw-r--r-- | docs/ref/request-response.txt | 2 | ||||
| -rw-r--r-- | docs/ref/settings.txt | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/docs/ref/contrib/gis/functions.txt b/docs/ref/contrib/gis/functions.txt index b9507139f2..6f10fc4ac1 100644 --- a/docs/ref/contrib/gis/functions.txt +++ b/docs/ref/contrib/gis/functions.txt @@ -38,7 +38,7 @@ Measurement Relationships Operations Edi .. class:: Area(expression, **extra) *Availability*: MariaDB, `MySQL -<https://dev.mysql.com/doc/refman/en/gis-polygon-property-functions.html#function_area>`__, +<https://dev.mysql.com/doc/refman/en/gis-polygon-property-functions.html#function_st-area>`_, Oracle, `PostGIS <https://postgis.net/docs/ST_Area.html>`__, SpatiaLite Accepts a single geographic field or expression and returns the area of the diff --git a/docs/ref/request-response.txt b/docs/ref/request-response.txt index cce0fb7779..a769af581b 100644 --- a/docs/ref/request-response.txt +++ b/docs/ref/request-response.txt @@ -873,7 +873,7 @@ Methods sent with all same-site and cross-site requests. .. _HttpOnly: https://www.owasp.org/index.php/HttpOnly - .. _SameSite: https://www.owasp.org/index.php/SameSite + .. _SameSite: https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Set-Cookie/SameSite .. versionchanged:: 3.1 diff --git a/docs/ref/settings.txt b/docs/ref/settings.txt index 0e94dc9506..84401151d1 100644 --- a/docs/ref/settings.txt +++ b/docs/ref/settings.txt @@ -3244,7 +3244,7 @@ Possible values for the setting are: Setting ``SESSION_COOKIE_SAMESITE = 'None'`` was allowed. -.. _SameSite: https://www.owasp.org/index.php/SameSite +.. _SameSite: https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Set-Cookie/SameSite .. setting:: SESSION_COOKIE_SECURE |
