From 5b40f03842e0562a871f52cb20142298a4614b3a Mon Sep 17 00:00:00 2001 From: Morton Fox Date: Sun, 7 Jan 2018 01:14:52 -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 64457e5..b1bc3d7 100644 --- a/README.md +++ b/README.md @@ -127,7 +127,7 @@ Localization is done using [L](https://github.com/srohde/L). Declare your locale ### Unit Tests with Mocha and Should -[Mocha](http://visionmedia.github.com/mocha/) a feature-rich JavaScript test framework and [should.js](https://github.com/visionmedia/should.js/tree/) and +[Mocha](http://mochajs.org/) a feature-rich JavaScript test framework and [should.js](https://github.com/visionmedia/should.js/tree/) and expressive, readable, test framework agnostic, assertion library. Both combined together offer a very minimalistic but powerful way to unit test your code.