diff options
author | Hakim El Hattab | 2015-11-07 14:39:26 +0100 |
---|---|---|
committer | Hakim El Hattab | 2015-11-07 14:39:26 +0100 |
commit | 4be55f860eb7fafa5c08c781e52660794ea2e9b3 (patch) | |
tree | 9c57d8854c7363fe60fb0d21499b4711abea70ab | |
parent | 21d02eed32af56147cf394acafbd54523cb9de15 (diff) |
update highlight.js url
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -589,7 +589,7 @@ Reveal.addEventListener( 'fragmenthidden', function( event ) { ### Code syntax highlighting -By default, Reveal is configured with [highlight.js](http://softwaremaniacs.org/soft/highlight/en/) for code syntax highlighting. Below is an example with clojure code that will be syntax highlighted. When the `data-trim` attribute is present surrounding whitespace is automatically removed. +By default, Reveal is configured with [highlight.js](https://highlightjs.org/) for code syntax highlighting. Below is an example with clojure code that will be syntax highlighted. When the `data-trim` attribute is present surrounding whitespace is automatically removed. ```html <section> |