From 0788654e0e17c6d65058cbedde2aea867865217a Mon Sep 17 00:00:00 2001 From: Morton Fox Date: Fri, 7 Jul 2017 00:10:42 -0400 Subject: [PATCH] Update Mocha link --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4098c24..e111c70 100644 --- a/README.md +++ b/README.md @@ -76,7 +76,7 @@ console.log( nanstdev( d1 ) === nanstdev( d2 ) ); ### Unit -Unit tests use the [Mocha](http://visionmedia.github.io/mocha) test framework with [Chai](http://chaijs.com) assertions. To run the tests, execute the following command in the top-level application directory: +Unit tests use the [Mocha](http://mochajs.org/) test framework with [Chai](http://chaijs.com) assertions. To run the tests, execute the following command in the top-level application directory: ``` bash $ make test @@ -127,4 +127,4 @@ Copyright © 2014. Athan Reines. [dev-dependencies-url]: https://david-dm.org/dev/compute-io/nanstdev [github-issues-image]: http://img.shields.io/github/issues/compute-io/nanstdev.svg -[github-issues-url]: https://github.com/compute-io/nanstdev/issues \ No newline at end of file +[github-issues-url]: https://github.com/compute-io/nanstdev/issues