From 26527c483e6e1c50ae3697ce03ce5af8ebe78c60 Mon Sep 17 00:00:00 2001 From: johnballantyne Date: Sat, 1 Mar 2014 10:36:20 -0500 Subject: [PATCH] Fix documentation page link --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index ca300b1..a7fcfbb 100644 --- a/readme.md +++ b/readme.md @@ -9,7 +9,7 @@ This project is an example project to demonstrate how to write tests in NodeJS. This project serves as an introduction to testing with NodeJS. If you're a beginner to NodeJS, new to writing tests, or just checking things out, have fun and let me know what you think! -Check out the project's [documentation page](http://node-test-examples.github.com), and the [Github project](https://github.com/conancat/node-test-examples) page! +Check out the project's [documentation page](http://conancat.github.io/node-test-examples/), and the [Github project](https://github.com/conancat/node-test-examples) page! ## Main Content