From 97dfe3818fe0e799b58e2278d65d7ef68438fb98 Mon Sep 17 00:00:00 2001 From: Morton Fox Date: Fri, 20 Jan 2017 00:06:17 -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 035c3a8..d5ca355 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,7 @@ Read the [documentation](http://jried31.github.io/RKPR/) It is saved under the `gh-pages` branch. ### JavaScript Testing -[mocha](http://visionmedia.github.io/mocha/) is a framework for running tests on Node.js +[mocha](http://mochajs.org/) is a framework for running tests on Node.js [expect.js](https://github.com/LearnBoost/expect.js) is a Behavior Driven Development(BDD) testing library.