Skip to content

Commit 0fadafa

Browse files
leestana01sbrannen
authored andcommitted
Fix broken links to Selenium documentation
The links to docs.seleniumhq.org no longer resolve, since the host was retired. This commit changes those links to use the current Selenium documentation at selenium.dev. Closes gh-36875 Signed-off-by: leestana01 <leestana01@naver.com> (cherry picked from commit 220fcaa)
1 parent f161a41 commit 0fadafa

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • framework-docs/modules/ROOT/pages/testing/mockmvc/htmlunit

framework-docs/modules/ROOT/pages/testing/mockmvc/htmlunit/webdriver.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
In the previous sections, we have seen how to use MockMvc in conjunction with the raw
55
HtmlUnit APIs. In this section, we use additional abstractions within the Selenium
6-
https://docs.seleniumhq.org/projects/webdriver/[WebDriver] to make things even easier.
6+
https://www.selenium.dev/documentation/webdriver/[WebDriver] to make things even easier.
77

88
[[mockmvc-server-htmlunit-webdriver-why]]
99
== Why WebDriver and MockMvc?
@@ -12,7 +12,7 @@ We can already use HtmlUnit and MockMvc, so why would we want to use WebDriver?
1212
Selenium WebDriver provides a very elegant API that lets us easily organize our code. To
1313
better show how it works, we explore an example in this section.
1414

15-
NOTE: Despite being a part of https://docs.seleniumhq.org/[Selenium], WebDriver does not
15+
NOTE: Despite being a part of https://www.selenium.dev/documentation/[Selenium], WebDriver does not
1616
require a Selenium Server to run your tests.
1717

1818
Suppose we need to ensure that a message is created properly. The tests involve finding

0 commit comments

Comments
 (0)