summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMariusz Felisiak <felisiak.mariusz@gmail.com>2021-03-09 11:29:54 +0100
committerGitHub <noreply@github.com>2021-03-09 11:29:54 +0100
commit98d3fd61026457a435ef5b7afce6b6e64e9f241d (patch)
tree39eb8a94987b28c6da499de47e56c5f6b0843ab7
parentd9a266d657f66b8c4fa068408002a4e3709ee669 (diff)
downloaddjango-98d3fd61026457a435ef5b7afce6b6e64e9f241d.tar.gz
Updated link to Selenium webdrivers.
-rw-r--r--docs/internals/contributing/writing-code/unit-tests.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/internals/contributing/writing-code/unit-tests.txt b/docs/internals/contributing/writing-code/unit-tests.txt
index fe1d1060b8..e421147b40 100644
--- a/docs/internals/contributing/writing-code/unit-tests.txt
+++ b/docs/internals/contributing/writing-code/unit-tests.txt
@@ -260,7 +260,7 @@ the tests that require selenium.
Some browsers (e.g. Chrome or Firefox) support headless testing, which can be
faster and more stable. Add the ``--headless`` option to enable this mode.
-.. _selenium.webdriver: https://github.com/SeleniumHQ/selenium/tree/master/py/selenium/webdriver
+.. _selenium.webdriver: https://github.com/SeleniumHQ/selenium/tree/trunk/py/selenium/webdriver
.. _running-unit-tests-dependencies: