From 3fcdc4d712340458a2835d2d18b369fa85f8ea6d Mon Sep 17 00:00:00 2001
From: Travis Paul
Date: Sat, 23 Mar 2013 11:53:23 -0400
Subject: [PATCH] Fixed unit test link, removed build doc instruction (appear
to only be in fabricjs.com repo)
---
README.md | 6 +-----
1 file changed, 1 insertion(+), 5 deletions(-)
diff --git a/README.md b/README.md
index ce0bb464..8c488548 100644
--- a/README.md
+++ b/README.md
@@ -32,7 +32,7 @@ Using Fabric.js, you can create and populate objects on canvas; objects like sim
- IE8 (incomplete — about 17 failing tests at the moment)
- IE7,6 (incomplete - about 27 failing tests at the moment)
-You can [run automated unit tests](http://kangax.github.com/fabric.js/test/unit/) right in the browser.
+You can [run automated unit tests](http://fabricjs.com/test/unit/) right in the browser.
### History
@@ -75,10 +75,6 @@ Fabric.js started as a foundation for design editor on [printio.ru](http://print
# or Google Closure Compiler
$ node build.js modules=... minifier=closure
-4. Optionally, you can build documentation
-
- $ node build_docs.js
-
### Demos
- [Demos](http://fabricjs.com/demos/)