Skip to content

Commit 20eb10f

Browse files
committed
[java] Updating link to ChromeDriver
#9564 [skip ci]
1 parent 6322884 commit 20eb10f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java/client/src/org/openqa/selenium/chrome/ChromeDriver.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
* A {@link WebDriver} implementation that controls a Chrome browser running on the local machine.
2828
* It requires a <code>chromedriver</code> executable to be available in PATH.
2929
*
30-
* @see <a href="https://sites.google.com/a/chromium.org/chromedriver/">chromedriver</a>
30+
* @see <a href="https://sites.google.com/chromium.org/driver/">chromedriver</a>
3131
*/
3232
public class ChromeDriver extends ChromiumDriver {
3333

0 commit comments

Comments
 (0)