Skip to content

Commit f1dce8a

Browse files
authored
move gridstackjs to gridstack org
1 parent 7ac8b2d commit f1dce8a

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Version 1.0 is coming! Check out the blog post here for more information:
4949
Demo and examples
5050
====
5151

52-
Please visit http://troolee.github.io/gridstack.js/ for a demo or check out [these examples](http://troolee.github.io/gridstack.js/demo/).
52+
Please visit http://gridstack.github.io/gridstack.js/ for a demo or check out [these examples](http://gridstack.github.io/gridstack.js/demo/).
5353

5454

5555
Usage
@@ -147,7 +147,7 @@ We're working on implementing support for other drag'n'drop libraries through th
147147

148148
## API Documentation
149149

150-
Documentation can be found [here](https://github.com/troolee/gridstack.js/tree/develop/doc).
150+
Documentation can be found [here](https://github.com/gridstack/gridstack.js/tree/develop/doc).
151151

152152

153153
## Touch devices support
@@ -175,7 +175,7 @@ $(function () {
175175
});
176176
```
177177

178-
If you're still experiencing issues on touch devices please check [#444](https://github.com/troolee/gridstack.js/issues/444)
178+
If you're still experiencing issues on touch devices please check [#444](https://github.com/gridstack/gridstack.js/issues/444)
179179

180180

181181
## gridstack.js for specific frameworks
@@ -216,7 +216,7 @@ For 4-column grid it should be:
216216

217217
and so on.
218218

219-
Here is a SASS code snipped which can make life easier (Thanks to @ascendantofrain, [#81](https://github.com/troolee/gridstack.js/issues/81)):
219+
Here is a SASS code snipped which can make life easier (Thanks to @ascendantofrain, [#81](https://github.com/gridstack/gridstack.js/issues/81)):
220220

221221
```sass
222222
.grid-stack-item {
@@ -249,7 +249,7 @@ You can use other than 12 grid width:
249249
$('.grid-stack').gridstack({width: N});
250250
```
251251

252-
See example: [2 grids demo](http://troolee.github.io/gridstack.js/demo/two.html)
252+
See example: [2 grids demo](http://gridstack.github.io/gridstack.js/demo/two.html)
253253

254254
## Override resizable/draggable options
255255

@@ -271,7 +271,7 @@ Note: It's not recommended to enable `nw`, `n`, `ne` resizing handles. Their beh
271271
Support of IE8 is quite limited and is not a goal at this time. As far as IE8 doesn't support DOM Level 2 I cannot manipulate with
272272
CSS stylesheet dynamically. As a workaround you can do the following:
273273

274-
- Create `gridstack-ie8.css` for your configuration (sample for grid with cell height of 60px can be found [here](https://gist.github.com/troolee/6edfea5857f4cd73e6f1)).
274+
- Create `gridstack-ie8.css` for your configuration (sample for grid with cell height of 60px can be found [here](https://gist.github.com/gridstack/6edfea5857f4cd73e6f1)).
275275
- Include this CSS:
276276

277277
```html
@@ -309,7 +309,7 @@ for i in range(N):
309309
```
310310

311311
There are at least two more issues with gridstack in IE8 with jQueryUI resizable (it seems it doesn't work) and
312-
droppable. If you have any suggestions about support of IE8 you are welcome here: https://github.com/troolee/gridstack.js/issues/76
312+
droppable. If you have any suggestions about support of IE8 you are welcome here: https://github.com/gridstack/gridstack.js/issues/76
313313

314314
## Use with require.js
315315

@@ -320,10 +320,10 @@ working properly.
320320
Changes
321321
=====
322322

323-
View our change log [here](https://github.com/troolee/gridstack.js/tree/develop/doc/CHANGES.md).
323+
View our change log [here](https://github.com/gridstack/gridstack.js/tree/develop/doc/CHANGES.md).
324324

325325

326326
The Team
327327
========
328328

329-
gridstack.js is currently maintained by [Pavel Reznikov](https://github.com/troolee) and [Dylan Weiss](https://github.com/radiolips). We appreciate [all contributors](https://github.com/troolee/gridstack.js/graphs/contributors) for help.
329+
gridstack.js is currently maintained by [Pavel Reznikov](https://github.com/troolee) and [Dylan Weiss](https://github.com/radiolips). We appreciate [all contributors](https://github.com/gridstack/gridstack.js/graphs/contributors) for help.

0 commit comments

Comments
 (0)