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

Commit 230f8ed

Browse files
committed
Merge pull request #290 from phpdave/patch-1
Updated Readme to fix DesiredCapabilities link
2 parents adfad80 + 09ec61c commit 230f8ed

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)