From f314d8157b8bffa134bccde9569208bec15fdf6e Mon Sep 17 00:00:00 2001 From: Joey Burzynski Date: Thu, 9 May 2019 14:12:00 -0400 Subject: [PATCH] Updated Invalid URL Reference: "Getting Started" Referenced URL returns 404: `https://webpack.js.org/get-started/` Updated to: `https://webpack.js.org/guides/getting-started` --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d3a5d2b6b..167f6c2b1 100644 --- a/README.md +++ b/README.md @@ -90,7 +90,7 @@ or packaging just about any resource or asset. ### Get Started -Check out webpack's quick [**Get Started**](https://webpack.js.org/get-started/) guide and the [other guides](https://webpack.js.org/guides/). +Check out webpack's quick [**Get Started**](https://webpack.js.org/guides/getting-started) guide and the [other guides](https://webpack.js.org/guides/). ### Browser Compatibility