Skip to content

Commit 2051ad9

Browse files
committed
js: Update wiki links code.google.com -> github
1 parent c8127ea commit 2051ad9

File tree

1 file changed

+3
-3
lines changed
  • javascript/node/selenium-webdriver

1 file changed

+3
-3
lines changed

javascript/node/selenium-webdriver/ie.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
* and place it on your
2323
* [PATH](http://en.wikipedia.org/wiki/PATH_%28variable%29). You must also apply
2424
* the system configuration outlined on the Selenium project
25-
* [wiki](http://goo.gl/Z0hCpR)
25+
* [wiki](https://github.com/SeleniumHQ/selenium/wiki/InternetExplorerDriver)
2626
*/
2727

2828
'use strict';
@@ -129,9 +129,9 @@ Options.fromCapabilities = function(capabilities) {
129129
* created. Disbling this setting may lead to significant instability as the
130130
* browser may become unresponsive/hang. Only "best effort" support is provided
131131
* when using this capability.
132-
*
132+
*
133133
* For more information, refer to the IEDriver's
134-
* [required system configuration](http://goo.gl/Z0hCpR).
134+
* [required system configuration](https://github.com/SeleniumHQ/selenium/wiki/InternetExplorerDriver#required-configuration).
135135
*
136136
* @param {boolean} ignoreSettings Whether to ignore protected mode settings.
137137
* @return {!Options} A self reference.

0 commit comments

Comments
 (0)