From 5c1746c556753a19a980ab13d0ce23daebb6022f Mon Sep 17 00:00:00 2001 From: Chris Rebert <code@rebertia.com> Date: Mon, 14 Jul 2014 14:50:53 -0700 Subject: [PATCH] fix #14114 mo' betta --- docs/_includes/getting-started/browser-device-support.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_includes/getting-started/browser-device-support.html b/docs/_includes/getting-started/browser-device-support.html index 708bd94a41..6e5bd5765a 100644 --- a/docs/_includes/getting-started/browser-device-support.html +++ b/docs/_includes/getting-started/browser-device-support.html @@ -188,5 +188,5 @@ $(function () { }) </script> {% endhighlight %} - <p>Want to see an example? <a href="http://jsbin.com/OyaqoDO/4">Check out this JS Bin demo.</a></p> + <p>Want to see an example? <a href="http://jsbin.com/rejajiro/1">Check out this JS Bin demo.</a></p> </div> -- GitLab