From dc941e6c0db4ec796b42f9269f695c81fa3fd626 Mon Sep 17 00:00:00 2001 From: Pranshu Chittora Date: Sat, 20 Apr 2019 18:54:22 +0530 Subject: [PATCH] docs(contributing): fixes dead link (#835) link to the migration docs was invalid, hence fixed --- .github/CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 8f937259c0c..1465d30614c 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -259,7 +259,7 @@ The expected result of the above command is to take the mentioned `webpack` conf It should be a valid new config and should keep intact all the features from the original config. The new config will be as readable as possible (may add some comments). -With [#40](https://github.com/webpack/webpack-cli/pull/40), we have been able to add basic scaffolding and do many of the conversions recommended in the [docs](https://webpack.js.org/guides/migrating/). +With [#40](https://github.com/webpack/webpack-cli/pull/40), we have been able to add basic scaffolding and do many of the conversions recommended in the [docs](https://webpack.js.org/migrate). ### How it's being done