Skip to content

Commit

Permalink
Change CDN url to get the latest reveal.js.
Browse files Browse the repository at this point in the history
  • Loading branch information
damianavila committed Jul 20, 2015
1 parent 197c4c8 commit aecc6c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nbconvert/postprocessors/serve.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ class ServePostProcessor(PostProcessorBase):
open_in_browser = Bool(True, config=True,
help="""Should the browser be opened automatically?"""
)
reveal_cdn = Unicode("https://cdn.jsdelivr.net/reveal.js/2.6.2", config=True,
help="""URL for reveal.js CDN."""
reveal_cdn = Unicode("https://cdnjs.cloudflare.com/ajax/libs/reveal.js/3.1.0",
config=True, help="""URL for reveal.js CDN."""
)
reveal_prefix = Unicode("reveal.js", config=True, help="URL prefix for reveal.js")
ip = Unicode("127.0.0.1", config=True, help="The IP address to listen on.")
Expand Down

0 comments on commit aecc6c2

Please sign in to comment.