From fd415c047ce8b969db1672fcc4f971912b5c7093 Mon Sep 17 00:00:00 2001 From: Jan Nicklas Date: Mon, 11 Jan 2016 11:20:06 +0100 Subject: [PATCH] Fix readme link to the default template --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 01db6f0..100b65a 100644 --- a/README.md +++ b/README.md @@ -171,7 +171,7 @@ plugins: [ ``` You can use the lodash syntax out of the box. -If the `inject` feature doesn't fit your needs and you want full control over the asset placement use the [default template](https://github.com/ampedandwired/html-webpack-plugin/blob/master/default_index.html) +If the `inject` feature doesn't fit your needs and you want full control over the asset placement use the [default template](https://github.com/ampedandwired/html-webpack-plugin/blob/feature/loaders/default_index.html) as a starting point for writing your own. The `templateContent` option can also be a function to use another template language like jade: