From 059311923bacc80e03393ac7d7aa2be7b8ac6fc4 Mon Sep 17 00:00:00 2001 From: Hakim El Hattab Date: Thu, 19 Sep 2013 23:36:39 -0400 Subject: [PATCH] serve remotes js from s3 #611 --- plugin/remotes/remotes.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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