From 1c8b3f3a4b1c6285377d399e75d95ad791425663 Mon Sep 17 00:00:00 2001 From: Morton Fox Date: Sat, 29 Apr 2017 00:05:44 -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 725cc68..a7afaa4 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,7 @@ Technology stack * **[Grunt](http://gruntjs.com/)** *Javascript task runner* -* **[mocha](http://visionmedia.github.io/mocha/)** *Testing framework, used to run tests* +* **[mocha](http://mochajs.org/)** *Testing framework, used to run tests* * **[supertest](https://www.npmjs.org/package/supertest)** *HTTP-request assertion library used with mocha*