From 341371534ea9a65ab14c162297aba6a74b1e18a4 Mon Sep 17 00:00:00 2001 From: Jen Wong Date: Sun, 23 Apr 2017 16:03:12 -0700 Subject: [PATCH] Updates how-to-contribute.md to use JSFiddle referenced in submit Git issue template (#9503) --- contributing/how-to-contribute.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contributing/how-to-contribute.md b/contributing/how-to-contribute.md index b45eb179..3403ca37 100644 --- a/contributing/how-to-contribute.md +++ b/contributing/how-to-contribute.md @@ -39,7 +39,7 @@ We are using [GitHub Issues](https://github.com/facebook/react/issues) for our p #### Reporting New Issues -The best way to get your bug fixed is to provide a reduced test case. This [JSFiddle template](https://jsfiddle.net/reactjs/69z2wepo/) is a great starting point. +The best way to get your bug fixed is to provide a reduced test case. This [JSFiddle template](https://jsfiddle.net/84v837e9/) is a great starting point. #### Security Bugs