aboutsummaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
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>