Update reveal.js demo link

This commit is contained in:
Antonin Stefanutti 2020-08-18 16:59:31 +02:00
parent 67b735e7cc
commit 00cc6d05f2
No known key found for this signature in database
GPG Key ID: 451D46E2047E7837

View File

@ -260,7 +260,7 @@ For example:
* To convert an online HTML presentation and have it exported into the working directory under the `slides.pdf` filename: * To convert an online HTML presentation and have it exported into the working directory under the `slides.pdf` filename:
[source,shell,subs=attributes+] [source,shell,subs=attributes+]
$ docker run --rm -t -v `pwd`:/slides astefanutti/decktape {uri-revealjs} slides.pdf $ docker run --rm -t -v `pwd`:/slides astefanutti/decktape https://revealjs.com/demos/3.9.2 slides.pdf
* Or, to convert an HTML presentation that's stored on the local file system in the `home` directory: * Or, to convert an HTML presentation that's stored on the local file system in the `home` directory:
[source,shell] [source,shell]