Fixed unit test link, removed build doc instruction (appear to only be in fabricjs.com repo)

This commit is contained in:
Travis Paul 2013-03-23 11:53:23 -04:00
parent e8de627f98
commit 3fcdc4d712

View file

@ -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/)