Skip to content

Commit

Permalink
docs(contributing): fixes dead link (#835)
Browse files Browse the repository at this point in the history
link to the migration docs was invalid, hence fixed
  • Loading branch information
pranshuchittora authored and ematipico committed Apr 20, 2019
1 parent b8d5511 commit dc941e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/CONTRIBUTING.md
Expand Up @@ -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

Expand Down

0 comments on commit dc941e6

Please sign in to comment.