From 170c14063308d393b81c612693f167d4460cb4e5 Mon Sep 17 00:00:00 2001 From: Shimi Date: Sat, 30 Apr 2022 23:14:11 -0600 Subject: [PATCH] Updated broken demo link --- README.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.asciidoc b/README.asciidoc index b96a41b..9dee96b 100644 --- a/README.asciidoc +++ b/README.asciidoc @@ -42,7 +42,7 @@ Most of the time, we do the latter, simply because while jsdifflib is pretty fas You can give jsdifflib a try without downloading anything. Just click the link below, put some content to be diffed in the two textboxes, and diff away. -http://cemerick.github.com/jsdifflib/demo.html[*Try jsdifflib*] +https://cemerick.github.io/jsdifflib/demo.html[*Try jsdifflib*] That page also contains all of the examples you'll need to use jsdifflib yourself, but let's look at them here, anyway.