From 115bdb6b44cea5657ea2b8903d656012da09a3e0 Mon Sep 17 00:00:00 2001 From: bmac Date: Thu, 18 Jun 2015 18:33:43 -0400 Subject: [PATCH] Update the jsbin link so it has no deprecation warnings --- CONTRIBUTING.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index ad61fc4e54f..4508ec698be 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -24,10 +24,12 @@ this bug already. 3. Provide JSFiddle or JSBin demo that specifically shows the problem. This demo should be fully operational with the exception of the bug you want to -demonstrate. The more pared down, the better. A preconfigured [JSBin][1] | +demonstrate. The more pared down, the better. A preconfigured [JSBin (RESTAdapter)][rest] | [JSBIN (JSONAPIAdapter)][json-api] | [JSFiddle][2] with mocked requests is available. -[1]: http://emberjs.jsbin.com/lavacavige/edit?html,js,output + +[rest]: http://emberjs.jsbin.com/nunico/1/edit?html,js,output +[json-api]: http://emberjs.jsbin.com/sarobu/1/edit?html,js,output [2]: http://jsfiddle.net/842xesgc/ 4. If possible, submit a Pull Request with a failing test. Better yet, take