From 4be55f860eb7fafa5c08c781e52660794ea2e9b3 Mon Sep 17 00:00:00 2001 From: Hakim El Hattab Date: Sat, 7 Nov 2015 14:39:26 +0100 Subject: [PATCH] update highlight.js url --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 18bb8b4..d0db0a3 100644 --- a/README.md +++ b/README.md @@ -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