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.