summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMariusz Felisiak <felisiak.mariusz@gmail.com>2021-09-21 07:04:33 +0200
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2021-09-21 09:28:38 +0200
commit9511a05074bdc2a249cd5295693c3b2f49bae627 (patch)
tree7700c7bece15434231bb611b13fb1312bc8bac20
parentf426df268bdd4dda8178bf79f50e635f063e6f78 (diff)
downloaddjango-9511a05074bdc2a249cd5295693c3b2f49bae627.tar.gz
[4.0.x] Fixed broken links and redirects in docs.
Backport of 1d16dbc74563ec9aeb4bdff870d0fe5064667b26 from main
-rw-r--r--docs/ref/contrib/gis/geoip2.txt2
-rw-r--r--docs/ref/csrf.txt2
-rw-r--r--docs/topics/email.txt2
-rw-r--r--docs/topics/testing/tools.txt2
4 files changed, 4 insertions, 4 deletions
diff --git a/docs/ref/contrib/gis/geoip2.txt b/docs/ref/contrib/gis/geoip2.txt
index 3542090e0b..6312c5d874 100644
--- a/docs/ref/contrib/gis/geoip2.txt
+++ b/docs/ref/contrib/gis/geoip2.txt
@@ -19,7 +19,7 @@ that ``geoip2`` can leverage the C library's faster speed.
__ https://geoip2.readthedocs.io/
__ https://pypi.org/project/geoip2/
-__ https://dev.maxmind.com/geoip/geoip2/geolite2/
+__ https://dev.maxmind.com/geoip/geolite2-free-geolocation-data
__ https://github.com/maxmind/libmaxminddb/
Example
diff --git a/docs/ref/csrf.txt b/docs/ref/csrf.txt
index 56fcd77563..e9c402cf4d 100644
--- a/docs/ref/csrf.txt
+++ b/docs/ref/csrf.txt
@@ -160,7 +160,7 @@ Finally, you'll need to set the header on your AJAX request. Using the
// ...
});
-.. _fetch(): https://developer.mozilla.org/en-US/docs/Web/API/WindowOrWorkerGlobalScope/fetch
+.. _fetch(): https://developer.mozilla.org/en-US/docs/Web/API/fetch
Using CSRF in Jinja2 templates
------------------------------
diff --git a/docs/topics/email.txt b/docs/topics/email.txt
index 4fbe5d6985..dadb0f1842 100644
--- a/docs/topics/email.txt
+++ b/docs/topics/email.txt
@@ -209,7 +209,7 @@ from the request's POST data, sends that to admin@example.com and redirects to
# to get proper validation errors.
return HttpResponse('Make sure all fields are entered and valid.')
-.. _Header injection: http://nyphp.org/phundamentals/8_Preventing-Email-Header-Injection.html
+.. _Header injection: http://www.nyphp.org/phundamentals/8_Preventing-Email-Header-Injection.html
.. _emailmessage-and-smtpconnection:
diff --git a/docs/topics/testing/tools.txt b/docs/topics/testing/tools.txt
index 846d428980..25dcf4ad54 100644
--- a/docs/topics/testing/tools.txt
+++ b/docs/topics/testing/tools.txt
@@ -1030,7 +1030,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.selenium.dev/documentation/en/webdriver/waits/#explicit-wait
+ .. _Selenium documentation: https://www.selenium.dev/documentation/webdriver/waits/#explicit-wait
Test cases features
===================