Skip to content

Commit

Permalink
Merge pull request serverless-heaven#326 from cncolder/fix-readme-web…
Browse files Browse the repository at this point in the history
…pack-link

Fix expired webpack links in readme
  • Loading branch information
HyperBrain authored Feb 24, 2018
2 parents f384f8d + b0f9a85 commit 0520777
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ module.export = {
}
```

All the stats config can be found in [webpack's documentation](https://webpack.js.org/configuration/stats/)
All the stats config can be found in [webpack's documentation][link-webpack-stats]


### Node modules / externals
Expand Down Expand Up @@ -608,10 +608,11 @@ plugin when running a command or invoked by a hook.
[link-webpack]: https://webpack.github.io/
[link-babel]: https://babeljs.io/
[link-webpack-loaders]: https://webpack.github.io/docs/loaders.html
[link-webpack-stats]: https://webpack.js.org/configuration/stats/
[link-webpack-loaders]: https://webpack.js.org/concepts/loaders/
[link-webpack-libtarget]: https://webpack.js.org/configuration/output/#output-librarytarget
[link-webpack-tree]: https://webpack.js.org/guides/tree-shaking/
[link-webpack-externals]: https://webpack.github.io/docs/configuration.html#externals
[link-webpack-externals]: https://webpack.js.org/configuration/externals/
[link-examples]: ./examples
[link-serverless-offline]: https://www.npmjs.com/package/serverless-offline
[link-serverless-dynamodb-local]: https://www.npmjs.com/package/serverless-dynamodb-local
Expand Down

0 comments on commit 0520777

Please sign in to comment.