From aba3a59d62de3e6d44b9bde72c2df194200dceee Mon Sep 17 00:00:00 2001 From: Morton Fox Date: Sat, 11 Nov 2017 00:17:35 -0500 Subject: [PATCH] Update Mocha link --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 6cc3470..e5dbb8e 100644 --- a/readme.md +++ b/readme.md @@ -19,7 +19,7 @@ You can use selenium-webdriverjs like this: client.get('http://github.com'); -See this small [UI testsuite](https://github.com/froh42/multi/blob/master/selenium/testsuite.js) where I used the [mocha test runner](http://visionmedia.github.com/mocha/) to run [Selenium2](http://seleniumhq.org/projects/webdriver/) tests. +See this small [UI testsuite](https://github.com/froh42/multi/blob/master/selenium/testsuite.js) where I used the [mocha test runner](https://mochajs.org/) to run [Selenium2](http://seleniumhq.org/projects/webdriver/) tests. ## Files