diff options
| author | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2020-04-28 10:09:45 +0200 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2020-04-28 10:10:15 +0200 |
| commit | e19ab187739da347d131a5c3353596c2ccd976b7 (patch) | |
| tree | c680e8f2f56ab2be75185c5a070bcfee0803d52c /docs | |
| parent | c91c4b326bcedf577337bb49c1173c99ac0b5871 (diff) | |
[3.0.x] Fixed broken links in docs.
Backport of b28be08cac1f7cde332ca43db65bb733fa3f9bf5 from master
Diffstat (limited to 'docs')
| -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 | ||||
| -rw-r--r-- | docs/topics/testing/tools.txt | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/docs/ref/contrib/gis/functions.txt b/docs/ref/contrib/gis/functions.txt index fb46f98a72..5008b6bf11 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 73dfe75fb6..7b20f324a0 100644 --- a/docs/ref/request-response.txt +++ b/docs/ref/request-response.txt @@ -837,7 +837,7 @@ Methods CSRF protection, but rather a defense in depth measure. .. _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 .. warning:: diff --git a/docs/ref/settings.txt b/docs/ref/settings.txt index 4dd71091eb..8027606a02 100644 --- a/docs/ref/settings.txt +++ b/docs/ref/settings.txt @@ -3141,7 +3141,7 @@ Possible values for the setting are: * ``None``: disables the flag. -.. _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 diff --git a/docs/topics/testing/tools.txt b/docs/topics/testing/tools.txt index 862980822d..57f2e6b772 100644 --- a/docs/topics/testing/tools.txt +++ b/docs/topics/testing/tools.txt @@ -1008,7 +1008,7 @@ out the `full reference`_ for more details. for more information. .. _Selenium FAQ: https://web.archive.org/web/20160129132110/http://code.google.com/p/selenium/wiki/FrequentlyAskedQuestions#Q:_WebDriver_fails_to_find_elements_/_Does_not_block_on_page_loa - .. _Selenium documentation: https://www.seleniumhq.org/docs/04_webdriver_advanced.html#explicit-waits + .. _Selenium documentation: https://www.selenium.dev/documentation/en/webdriver/waits/#explicit-wait Test cases features =================== |
