From 237ae9fc2f146b5d18ae9702c6bd0bad12ce6152 Mon Sep 17 00:00:00 2001 From: Ian Storm Taylor Date: Wed, 15 Nov 2017 14:28:14 -0800 Subject: [PATCH] update JSFiddle links, closes #1407 closes #1404 --- .github/ISSUE_TEMPLATE.md | 2 +- Contributing.md | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index dcdab54be..d3432f94d 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -20,7 +20,7 @@ If you don't include these, there's a very good chance your issue will be closed We need to keep the issues actionable, or else maintaining Slate becomes overwhelming. Thank you for understanding! -https://jsfiddle.net/2zokvrvt/192/ +https://jsfiddle.net/fj9dvhom/1/ http://recordit.co/ --> diff --git a/Contributing.md b/Contributing.md index 436548f94..498fa2773 100644 --- a/Contributing.md +++ b/Contributing.md @@ -21,13 +21,13 @@ If you run into any weird behavior while using Slate, feel free to open a new is Any issue you open must include: -- A [JSFiddle](https://jsfiddle.net/2zokvrvt/192/) that reproduces the bug with a minimal setup. +- A [JSFiddle](https://jsfiddle.net/fj9dvhom/1/) that reproduces the bug with a minimal setup. - A GIF showing the issue in action. (Using something like [RecordIt](http://recordit.co/).) - A clear explanation of what the issue is. -Here's a [JSFiddle template for Slate](https://jsfiddle.net/2zokvrvt/192/) to get you started: +Here's a [JSFiddle template for Slate](https://jsfiddle.net/fj9dvhom/1/) to get you started: -[![](./docs/images/jsfiddle.png)](https://jsfiddle.net/2zokvrvt/192/) +[![](./docs/images/jsfiddle.png)](https://jsfiddle.net/fj9dvhom/1/) ## Asking Questions