Skip to content
This repository was archived by the owner on Mar 4, 2020. It is now read-only.

Commit 09ec61c

Browse files
committed
Updated Readme to fix DesiredCapabilities link
Fixing this issue php-webdriver/php-webdriver#283
1 parent 787e71d commit 09ec61c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ $desired_capabilities->setCapability('acceptSslCerts', false);
6161
$driver = RemoteWebDriver::create($host, $desired_capabilities);
6262
```
6363

64-
* See https://code.google.com/p/selenium/wiki/DesiredCapabilities for more details.
64+
* See https://github.com/SeleniumHQ/selenium/wiki/DesiredCapabilities for more details.
6565

6666
## Changelog
6767
For latest changes see [CHANGELOG.md](CHANGELOG.md) file.

0 commit comments

Comments
 (0)