From 8bdbe2c72fe54a85d5f3c0db9436f9474595f79c Mon Sep 17 00:00:00 2001 From: Morton Fox Date: Wed, 14 Dec 2016 10:50:25 -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 db26a39..03ded1a 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ A personal web (http://www.dgaubert.com) written with the following technologies * [Express params](http://github.com/visionmedia/express-params): Express param pre-condition functions. * [Moment](http://github.com/timrwood/moment/): Parse, validate, manipulate, and display dates in javascript. * [Feed](http://github.com/jpmonette/feed): RSS 2.0 and Atom 1.0 generator for Node.js, making content syndication simple, intuitive and performant. -* [Mocha](http://visionmedia.github.io/mocha/): Mocha is a feature-rich JavaScript test framework running on node and the browser, making asynchronous testing simple and fun. +* [Mocha](http://mochajs.org/): Mocha is a feature-rich JavaScript test framework running on node and the browser, making asynchronous testing simple and fun. * [Sinon](http://sinonjs.org/): Standalone test spies, stubs and mocks for JavaScript. No dependencies, works with any unit testing framework. * [Should](https://github.com/visionmedia/should.js/): BDD style assertions for node.js -- test framework agnostic. * [Jade](http://jade-lang.com/): Node.js template engine.