aboutsummaryrefslogtreecommitdiff
path: root/plugin
diff options
context:
space:
mode:
authorHakim El Hattab <hakim.elhattab@gmail.com>2013-09-19 23:36:39 -0400
committerHakim El Hattab <hakim.elhattab@gmail.com>2013-09-19 23:36:39 -0400
commit059311923bacc80e03393ac7d7aa2be7b8ac6fc4 (patch)
tree4630955698a0ecbd9ec0c9b30bdf8624f80c3497 /plugin
parent1cfb4fc242b8ea8688b4b8d05f5a57fcf089c354 (diff)
downloadfosdem-2018-presentation-059311923bacc80e03393ac7d7aa2be7b8ac6fc4.tar
fosdem-2018-presentation-059311923bacc80e03393ac7d7aa2be7b8ac6fc4.tar.gz
serve remotes js from s3 #611
Diffstat (limited to 'plugin')
-rw-r--r--plugin/remotes/remotes.js2
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