From 5f70ddfeeae4bf097e148a5ad6e0a570d415acc1 Mon Sep 17 00:00:00 2001 From: Morton Fox Date: Tue, 14 Mar 2017 00:20:55 -0400 Subject: [PATCH] Update Mocha link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5054eb1..5d93b78 100644 --- a/README.md +++ b/README.md @@ -145,7 +145,7 @@ Pull requests are checked by TravisCI, with a 100% code coverage requirement. - Tests are located in the `test/` folder. - All tests should be in coffeescript -- Tests use [mocha](http://visionmedia.github.io/mocha/) and [chai](http://chaijs.com/) +- Tests use [mocha](http://mochajs.org/) and [chai](http://chaijs.com/) #### Running Tests