summaryrefslogtreecommitdiff
path: root/docs/topics
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:27:44 +0200
commit1d16dbc74563ec9aeb4bdff870d0fe5064667b26 (patch)
tree5019ce00d5f82a395e6bd34052caba872684cdf4 /docs/topics
parentf8bab4e0dcdad5cb174998e1b31d74c8434a2477 (diff)
Fixed broken links and redirects in docs.
Diffstat (limited to 'docs/topics')
-rw-r--r--docs/topics/email.txt2
-rw-r--r--docs/topics/testing/tools.txt2
2 files changed, 2 insertions, 2 deletions
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 99aff9c116..40789b98fa 100644
--- a/docs/topics/testing/tools.txt
+++ b/docs/topics/testing/tools.txt
@@ -1024,7 +1024,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
===================