Skip to content

Commit f2b6a74

Browse files
committed
Update link to old googlecode project
1 parent 45796c8 commit f2b6a74

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

javascript/node/selenium-webdriver/CHANGES.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
## v2.49.0-dev
2+
13
## v2.48.0
24

35
* Node v0.12.x users must run with --harmony. _This is the last release that

javascript/node/selenium-webdriver/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ KIND, either express or implied. See the License for the
163163
specific language governing permissions and limitations
164164
under the License.
165165

166-
[api]: http://selenium.googlecode.com/git/docs/api/javascript/index.html
166+
[api]: http://seleniumhq.github.io/selenium/docs/api/javascript/
167167
[cla]: http://goo.gl/qC50R
168168
[chrome]: http://chromedriver.storage.googleapis.com/index.html
169169
[gh]: https://github.com/SeleniumHQ/selenium/

javascript/node/selenium-webdriver/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "selenium-webdriver",
3-
"version": "2.48.0",
3+
"version": "2.49.0-dev",
44
"description": "The official WebDriver JavaScript bindings from the Selenium project",
55
"license": "Apache-2.0",
66
"keywords": [

0 commit comments

Comments
 (0)