From c14654d6f0df56c4b74899ca7357abd7e4bdbbe3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juho=20Veps=C3=A4l=C3=A4inen?= Date: Fri, 26 Feb 2021 17:18:00 +0100 Subject: [PATCH] fix: Fix link --- manuscript/developing/01_getting_started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manuscript/developing/01_getting_started.md b/manuscript/developing/01_getting_started.md index 95db43cd5..e2c1dc652 100644 --- a/manuscript/developing/01_getting_started.md +++ b/manuscript/developing/01_getting_started.md @@ -113,7 +113,7 @@ To get started, install [mini-html-webpack-plugin](https://www.npmjs.com/package npm add mini-html-webpack-plugin --develop ``` -T> [html-webpack-plugin](https://www.npmjs.com/package/mini-html-webpack-plugin) is a versatile option that can be expanded with plugins. For anything beyond basic usage, it's a good option. +T> [html-webpack-plugin](https://www.npmjs.com/package/html-webpack-plugin) is a versatile option that can be expanded with plugins. For anything beyond basic usage, it's a good option. To connect the plugin with webpack, set up the configuration as below: