Skip to content

Commit 51b5fec

Browse files
committed
js: Update links for repo move
1 parent c372d7a commit 51b5fec

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

javascript/node/selenium-webdriver/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ limitations under the License.
164164
[cla]: http://goo.gl/qC50R
165165
[chrome]: http://chromedriver.storage.googleapis.com/index.html
166166
[gh]: https://github.com/SeleniumHQ/selenium/
167-
[issues]: https://code.google.com/p/selenium/issues/list
167+
[issues]: https://github.com/SeleniumHQ/selenium/issues
168168
[opera]: https://github.com/operasoftware/operachromiumdriver/releases
169169
[phantomjs]: http://phantomjs.org/
170170
[reduction]: http://www.webkit.org/quality/reduction.html

javascript/node/selenium-webdriver/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@
99
"webdriver",
1010
"webdriverjs"
1111
],
12-
"homepage": "https://code.google.com/p/selenium/",
12+
"homepage": "https://github.com/SeleniumHQ/selenium",
1313
"bugs": {
14-
"url": "https://code.google.com/p/selenium/issues/list"
14+
"url": "https://github.com/SeleniumHQ/selenium/issues"
1515
},
1616
"main": "./index",
1717
"repository": {
1818
"type": "git",
19-
"url": "https://code.google.com/p/selenium/"
19+
"url": "https://github.com/SeleniumHQ/selenium.git"
2020
},
2121
"engines": {
2222
"node": ">= 0.10.x"

0 commit comments

Comments
 (0)