From a26b29b0da1c2220d4fa73e1ccf0b6a8cd1f70be Mon Sep 17 00:00:00 2001 From: Morton Fox Date: Wed, 11 May 2016 02:08:54 -0400 Subject: [PATCH] Fix the links to Kitchensink demo --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8790fe4d..d678895d 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ **Fabric.js** is a framework that makes it easy to work with HTML5 canvas element. It is an **interactive object model** on top of canvas element. It is also an **SVG-to-canvas parser**. - + Using Fabric.js, you can create and populate objects on canvas; objects like simple geometrical shapes — rectangles, circles, ellipses, polygons, or more complex shapes consisting of hundreds or thousands of simple paths. You can then scale, move, and rotate these objects with the mouse; modify their properties — color, transparency, z-index, etc. You can also manipulate these objects altogether — grouping them with a simple mouse selection. @@ -170,7 +170,7 @@ To install Fabric.js using npm, you must first manually [install Cairo](http://c ### Demos - [Demos](http://fabricjs.com/demos/) -- [Kitchensink demo](http://fabricjs.com/kitchensink/) +- [Kitchensink demo](http://fabricjs.com/kitchensink) - [Benchmarks](http://fabricjs.com/benchmarks/) [Who's using Fabric?](http://trends.builtwith.com/javascript/FabricJS)