From: Mostafa Nawara Date: Sat, 3 Apr 2021 01:38:46 +0000 (+0200) Subject: Fix handlebars built-in helpers URL X-Git-Tag: v2.4.0^2~46^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F1053%2Fhead;p=thirdparty%2Ffoundation%2Ffoundation-emails.git Fix handlebars built-in helpers URL --- 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