diff --git a/README.md b/README.md index a50ba63..c45bb4b 100644 --- a/README.md +++ b/README.md @@ -99,7 +99,7 @@ and in fact can access them as `browser.statusCode` and `browser.errors`. (Why would the first callback argument be `null`? It works great when using asynchronous testing frameworks like -[Mocha](http://visionmedia.github.com/mocha/).) +[Mocha](http://mochajs.org/).) Zombie also supports promises. When you call functions like `visit`, `wait` or @@ -269,7 +269,7 @@ Read more [on the Browser API](doc/API.md) Here are some guidelines for writing tests using Zombie, [promises](http://documentup.com/kriskowal/q/) and -[Mocha](http://visionmedia.github.com/mocha/). +[Mocha](http://mochajs.org/). Let's start with a simple example: @@ -437,7 +437,7 @@ Capybara driver for zombie.js running on top of node. **[zombie-jasmine-spike](https://github.com/mileskin/zombie-jasmine-spike)** -- Spike project for trying out Zombie.js with Jasmine -**[Mocha](http://visionmedia.github.com/mocha/)** -- mocha - simple, flexible, +**[Mocha](http://mochajs.org/)** -- mocha - simple, flexible, fun javascript test framework for node.js & the browser. (BDD, TDD, QUnit styles via interfaces)