From cc8574e63121861c1c89ef495f9be89ef7dd2413 Mon Sep 17 00:00:00 2001 From: Wouter Van Schandevijl Date: Sun, 6 Jul 2025 08:27:09 +0200 Subject: [PATCH] fix README links to docs --- README.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.markdown b/README.markdown index ce6efeca..f0d0595f 100644 --- a/README.markdown +++ b/README.markdown @@ -17,7 +17,7 @@ Checkout the official Handlebars docs site at Installing ---------- -See our [installation documentation](https://handlebarsjs.com/installation/). +See our [installation documentation](https://handlebarsjs.com/guide/installation/). Usage ----- @@ -52,7 +52,7 @@ Full documentation and more examples are at [handlebarsjs.com](https://handlebar Precompiling Templates ---------------------- -Handlebars allows templates to be precompiled and included as javascript code rather than the handlebars template allowing for faster startup time. Full details are located [here](https://handlebarsjs.com/installation/precompilation.html). +Handlebars allows templates to be precompiled and included as javascript code rather than the handlebars template allowing for faster startup time. Full details are located [here](https://handlebarsjs.com/guide/installation/precompilation.html). Differences Between Handlebars.js and Mustache ----------------------------------------------