From c6b9571cb298dbc14b6b38758706b9ef9af841e6 Mon Sep 17 00:00:00 2001 From: Morton Fox Date: Sat, 24 Dec 2016 00:06:36 -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 be3e4e8..9cc545a 100644 --- a/README.md +++ b/README.md @@ -357,7 +357,7 @@ expect(me.age).to.be(info.age); ## Tests -Tests use [mocha](http://visionmedia.github.io/mocha/) and [expect.js](https://github.com/LearnBoost/expect.js/), so if you clone the [github repository](https://github.com/flitbit/minioc) you'll need to run: +Tests use [mocha](http://mochajs.org/) and [expect.js](https://github.com/LearnBoost/expect.js/), so if you clone the [github repository](https://github.com/flitbit/minioc) you'll need to run: ```bash npm install