From 102031f6d0d15fe76153feb67b61760064fe9a8b Mon Sep 17 00:00:00 2001 From: Morton Fox Date: Thu, 10 Aug 2017 00:16:05 -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 664adcd..77af15c 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ This project was written in the same spirit as [JavaScript Koans](https://github.com/mrdavidlaing/javascript-koans), and thusly -uses the [Mocha Test Suite](http://visionmedia.github.io/mocha) to facilitate a +uses the [Mocha Test Suite](http://mochajs.org/) to facilitate a TDD approach to learning. It walks you through a reimplementation of [underscore.js](http://underscore.js), a popular collection of useful functions authored by Jeremy Ashkenas.