mirror of
https://github.com/django/django.git
synced 2025-08-03 18:38:50 +00:00
Fixed broken links and redirects in docs.
This commit is contained in:
parent
f8bab4e0dc
commit
1d16dbc745
4 changed files with 4 additions and 4 deletions
|
@ -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:
|
||||
|
||||
|
|
|
@ -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
|
||||
===================
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue