diff options
author | Hakim El Hattab | 2013-09-19 23:36:39 -0400 |
---|---|---|
committer | Hakim El Hattab | 2013-09-19 23:36:39 -0400 |
commit | 059311923bacc80e03393ac7d7aa2be7b8ac6fc4 (patch) | |
tree | 4630955698a0ecbd9ec0c9b30bdf8624f80c3497 /plugin/remotes/remotes.js | |
parent | 1cfb4fc242b8ea8688b4b8d05f5a57fcf089c354 (diff) |
serve remotes js from s3 #611
Diffstat (limited to 'plugin/remotes/remotes.js')
-rw-r--r-- | plugin/remotes/remotes.js | 2 |
1 files changed, 1 insertions, 1 deletions
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 |