Fixed broken links in docs.
This commit is contained in:
parent
dd3dcd2840
commit
b28be08cac
|
@ -38,7 +38,7 @@ Measurement Relationships Operations Edi
|
||||||
.. class:: Area(expression, **extra)
|
.. class:: Area(expression, **extra)
|
||||||
|
|
||||||
*Availability*: MariaDB, `MySQL
|
*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
|
Oracle, `PostGIS <https://postgis.net/docs/ST_Area.html>`__, SpatiaLite
|
||||||
|
|
||||||
Accepts a single geographic field or expression and returns the area of the
|
Accepts a single geographic field or expression and returns the area of the
|
||||||
|
|
|
@ -873,7 +873,7 @@ Methods
|
||||||
sent with all same-site and cross-site requests.
|
sent with all same-site and cross-site requests.
|
||||||
|
|
||||||
.. _HttpOnly: https://www.owasp.org/index.php/HttpOnly
|
.. _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
|
.. versionchanged:: 3.1
|
||||||
|
|
||||||
|
|
|
@ -3244,7 +3244,7 @@ Possible values for the setting are:
|
||||||
|
|
||||||
Setting ``SESSION_COOKIE_SAMESITE = 'None'`` was allowed.
|
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
|
.. setting:: SESSION_COOKIE_SECURE
|
||||||
|
|
||||||
|
|
|
@ -998,7 +998,7 @@ out the `full reference`_ for more details.
|
||||||
for more information.
|
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 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
|
Test cases features
|
||||||
===================
|
===================
|
||||||
|
|
Loading…
Reference in New Issue