diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 97d350198..485ad4be6 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -18,11 +18,11 @@ If unsure if lib bug, use slack channel instead: https://join.slack.com/t/gridst ## Steps to reproduce You **MUST** provide a working demo - keep it simple and avoid frameworks as that could have issues - you can use -plain html: https://stackblitz.com/edit/gridstack-angular +plain html: https://stackblitz.com/edit/gridstack-demo Angular: https://stackblitz.com/edit/gridstack-angular -please don't use jsfiddle.net as my work now blocks that website. -https://jsfiddle.net/adumesny/jqhkry7g +please don't use [jsfiddle.net](https://jsfiddle.net/adumesny/jqhkry7g) as my work now blocks that website. + ## Expected behavior Tell us what should happen. If hard to describe, attach a video as well. diff --git a/README.md b/README.md index 502ecf29e..7ac81e8b9 100644 --- a/README.md +++ b/README.md @@ -142,7 +142,7 @@ GridStack.init(); ...or see list of all [API and options](https://github.com/gridstack/gridstack.js/tree/master/doc) available. -see [jsfiddle sample](https://jsfiddle.net/adumesny/jqhkry7g) as running example too. +see [stackblitz sample](https://stackblitz.com/edit/gridstack-demo) as running example too. ## Requirements