serve remotes js from s3 #611
authorHakim El Hattab <hakim.elhattab@gmail.com>
Fri, 20 Sep 2013 03:36:39 +0000 (23:36 -0400)
committerHakim El Hattab <hakim.elhattab@gmail.com>
Fri, 20 Sep 2013 03:36:39 +0000 (23:36 -0400)
plugin/remotes/remotes.js

index 294c2b56665535a31d85de3cda9dc9df66c638eb..ba0dbad7b858f3c51e0a01eefebf12c597527e23 100644 (file)
@@ -34,6 +34,6 @@
             ;
         } );
 
-        head.js('https://raw.github.com/Remotes/Remotes/master/dist/remotes.ne.min.js');
+        head.js('https://hakim-static.s3.amazonaws.com/reveal-js/remotes.ne.min.js');
     }
 })(window);
\ No newline at end of file