From 85ed68cf6f8b2509f9f0c8f27611f86a8ad9d792 Mon Sep 17 00:00:00 2001 From: Morton Fox Date: Fri, 28 Jul 2017 00:08:18 -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 3da492f..b142a12 100644 --- a/README.md +++ b/README.md @@ -73,7 +73,7 @@ $ node ./examples/index.js ### 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