diff options
author | Hakim El Hattab <hakim.elhattab@gmail.com> | 2017-11-22 14:46:55 +0100 |
---|---|---|
committer | Hakim El Hattab <hakim.elhattab@gmail.com> | 2017-11-22 14:46:55 +0100 |
commit | 65bdccd5807b6dfecad6eb3ea38872436d291e81 (patch) | |
tree | 02219697c89f777329b1e63badf004ba1abd91ea /plugin | |
parent | 8a636860177cab271ce361c59bc56166a659aa0a (diff) | |
download | fosdem-2018-presentation-65bdccd5807b6dfecad6eb3ea38872436d291e81.tar fosdem-2018-presentation-65bdccd5807b6dfecad6eb3ea38872436d291e81.tar.gz |
lab.hakim.se/reveal-js -> revealjs.com
Diffstat (limited to 'plugin')
-rw-r--r-- | plugin/multiplex/package.json | 2 | ||||
-rw-r--r-- | plugin/print-pdf/print-pdf.js | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/plugin/multiplex/package.json b/plugin/multiplex/package.json index 368bfd6..bbed77a 100644 --- a/plugin/multiplex/package.json +++ b/plugin/multiplex/package.json @@ -2,7 +2,7 @@ "name": "reveal-js-multiplex", "version": "1.0.0", "description": "reveal.js multiplex server", - "homepage": "http://lab.hakim.se/reveal-js", + "homepage": "http://revealjs.com", "scripts": { "start": "node index.js" }, diff --git a/plugin/print-pdf/print-pdf.js b/plugin/print-pdf/print-pdf.js index 9ffc261..15ce43e 100644 --- a/plugin/print-pdf/print-pdf.js +++ b/plugin/print-pdf/print-pdf.js @@ -2,7 +2,7 @@ * phantomjs script for printing presentations to PDF. * * Example: - * phantomjs print-pdf.js "http://lab.hakim.se/reveal-js?print-pdf" reveal-demo.pdf + * phantomjs print-pdf.js "http://revealjs.com?print-pdf" reveal-demo.pdf * * @author Manuel Bieh (https://github.com/manuelbieh) * @author Hakim El Hattab (https://github.com/hakimel) |