aboutsummaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorHakim El Hattab <hakim.elhattab@gmail.com>2020-05-19 18:27:00 +0200
committerHakim El Hattab <hakim.elhattab@gmail.com>2020-05-19 18:27:00 +0200
commit4f2293378bd4c8e0ac47ab66468f287ece2c7ccb (patch)
tree9d7f02c9827f2f5778dc5ce9f1d191cacc55fcd2 /index.html
parent83151f5e675f86449eab7d1df4c8ed0c12c20199 (diff)
downloadfosdem-2021-minimalism-presentation-4f2293378bd4c8e0ac47ab66468f287ece2c7ccb.tar
fosdem-2021-minimalism-presentation-4f2293378bd4c8e0ac47ab66468f287ece2c7ccb.tar.gz
reveal.netlify.app -> revealjs.com
Diffstat (limited to 'index.html')
-rw-r--r--index.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/index.html b/index.html
index 7030479..ae8d607 100644
--- a/index.html
+++ b/index.html
@@ -27,12 +27,12 @@
<script src="plugin/highlight/highlight.js"></script>
<script>
// More info about initialization & config:
- // - https://revealjs.netlify.app/initialization/
- // - https://revealjs.netlify.app/config/
+ // - https://revealjs.com/initialization/
+ // - https://revealjs.com/config/
Reveal.initialize({
hash: true,
- // Learn about plugins: https://revealjs.netlify.app/plugins/
+ // Learn about plugins: https://revealjs.com/plugins/
plugins: [ RevealMarkdown, RevealHighlight, RevealNotes ]
});
</script>