From 38dafd655ec3d3c14ec77857af29b779e2a778cd Mon Sep 17 00:00:00 2001 From: Masaya Nasu Date: Mon, 10 Jun 2019 23:54:04 +0900 Subject: [PATCH] docs: fix plugins link (#923) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 39dd2a2637..ef6e551286 100644 --- a/README.md +++ b/README.md @@ -87,7 +87,7 @@ For Electron Forge documentation and usage you should check out our website: ## How do I use this with `webpack`/`babel`/`typescript`/`random build tool`? As of Electron Forge 6+ by default we only do vanilla JavaScript but if you want -to do some fancy build tool stuff you should check out the [plugins](https://v6.electronforge.io/plugins) +to do some fancy build tool stuff you should check out the [plugins](https://v6.electronforge.io/config/plugins) section of our docs site. We currently have plugins for Webpack, Parcel and Electron Compile.