From 6105c8640d21d2541894f4c73154c0cfe8ac0694 Mon Sep 17 00:00:00 2001 From: Mostafa Nawara Date: Sat, 3 Apr 2021 03:38:46 +0200 Subject: [PATCH] Fix handlebars built-in helpers URL --- docs/pages/panini.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/pages/panini.md b/docs/pages/panini.md index c61ec758..3f8590bb 100644 --- a/docs/pages/panini.md +++ b/docs/pages/panini.md @@ -117,7 +117,7 @@ The `../` is added only on pages in a sub-folder, so the CSS can still be proper ## Helpers -Helpers are special functions that manipulate content on the page. In addition to [Handlebars's built-in helpers](https://handlebarsjs.com/builtin_helpers.html), Panini includes a few custom helpers and you can add your own. +Helpers are special functions that manipulate content on the page. In addition to [Handlebars's built-in helpers](https://handlebarsjs.com/guide/builtin-helpers.html), Panini includes a few custom helpers and you can add your own. ### ifpage -- 2.47.2