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 # ...