Update Reveal.js CDN to 3.0.0

This commit is contained in:
Yujie Wen 2015-10-09 11:40:43 +08:00
parent 4f3cffd106
commit 15c7043896
1 changed files with 4 additions and 4 deletions

View File

@ -105,15 +105,15 @@ $ git clone https://github.com/yjwen/org-reveal.git
on this standard please refer to
[[http://en.wikipedia.org/wiki/File_URI_scheme]]
#+BEGIN_SRC org
,#+REVEAL_ROOT: file:///d:/reveal.js
#+END_SRC
#+BEGIN_SRC org
,#+REVEAL_ROOT: file:///d:/reveal.js
#+END_SRC
Set your =REVEAL_ROOT= to the following URL to download reveal.js from
a CDN instead of downloading a local copy.
#+BEGIN_SRC org
,#+REVEAL_ROOT: http://cdn.jsdelivr.net/reveal.js/2.5.0/
,#+REVEAL_ROOT: http://cdn.jsdelivr.net/reveal.js/3.0.0/
#+END_SRC