From 228c905f782aa814571c91af3d8a152dc1475a2c Mon Sep 17 00:00:00 2001 From: Cameron Taylor Date: Mon, 19 Feb 2024 15:25:22 -0500 Subject: [PATCH] replaced docpad.org links with docpad.bevry.me --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c38de2b..d6d42eb 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Handlebars Plugin for [DocPad](https://docpad.org) +# Handlebars Plugin for [DocPad](https://docpad.bevry.me/) @@ -21,7 +21,7 @@ -Adds support for the [Handlebars](http://handlebarsjs.com/) templating engine to [DocPad](https://docpad.org) +Adds support for the [Handlebars](http://handlebarsjs.com/) templating engine to [DocPad](https://docpad.bevry.me/) Convention: `.(inlinejs|js|anything).(handlebars|hbs|hb)` @@ -33,7 +33,7 @@ Convention: `.(inlinejs|js|anything).(handlebars|hbs|hb)` ### Getting helpers and partials to work -For the plugin to support helpers and partials, you'll have to add something like the following to your [docpad configuration file](http://docpad.org/docs/config) manually: +For the plugin to support helpers and partials, you'll have to add something like the following to your [docpad configuration file](https://docpad.bevry.me/core/config) manually: ``` coffee # ...