From: Hakim El Hattab Date: Fri, 20 Sep 2013 03:36:39 +0000 (-0400) Subject: serve remotes js from s3 #611 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=059311923bacc80e03393ac7d7aa2be7b8ac6fc4;p=reveal.js.git serve remotes js from s3 #611 --- diff --git a/plugin/remotes/remotes.js b/plugin/remotes/remotes.js index 294c2b5..ba0dbad 100644 --- a/plugin/remotes/remotes.js +++ b/plugin/remotes/remotes.js @@ -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