From c02234d280857a0fc87bff2c7f598cf51b2a6c4a Mon Sep 17 00:00:00 2001 From: Marius Olbertz Date: Mon, 22 Jan 2018 15:53:39 +0100 Subject: [PATCH] Fix link to acceptWidgets example --- doc/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/README.md b/doc/README.md index e4b9ebf56..9ee0c73d3 100644 --- a/doc/README.md +++ b/doc/README.md @@ -58,7 +58,7 @@ gridstack.js API ## Options - `acceptWidgets` - if `true` of jquery selector the grid will accept widgets dragged from other grids or from - outside (default: `false`) See [example](http://troolee.github.io/gridstack.js/demo/two.html) + outside (default: `false`) See [example](http://gridstackjs.com/demo/two.html) - `alwaysShowResizeHandle` - if `true` the resizing handles are shown even if the user is not hovering over the widget (default: `false`) - `animate` - turns animation on (default: `false`)