From 1dc2c0bffb8f847c9bdf0652b65e1b16282cb0b1 Mon Sep 17 00:00:00 2001 From: Jakob Linskeseder Date: Tue, 21 Dec 2021 19:52:17 +0100 Subject: [PATCH] Link to new live demo (playground) on docs site This site is served via HTTPS and provides the latest Handlebars.js versions. --- README.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.markdown b/README.markdown index 6a7dba26..3818a917 100644 --- a/README.markdown +++ b/README.markdown @@ -10,7 +10,7 @@ Handlebars provides the power necessary to let you build **semantic templates** Handlebars is largely compatible with Mustache templates. In most cases it is possible to swap out Mustache with Handlebars and continue using your current templates. Checkout the official Handlebars docs site at -[https://handlebarsjs.com/](https://handlebarsjs.com) and the live demo at [http://tryhandlebarsjs.com/](http://tryhandlebarsjs.com/). +[handlebarsjs.com](https://handlebarsjs.com) and try our [live demo](https://handlebarsjs.com/playground.html). Installing ----------