From fccd38500f1ef71f5ad6cfa1315b2c0ddeb8d2f9 Mon Sep 17 00:00:00 2001 From: Fernando Montoya Date: Wed, 21 Feb 2018 15:19:38 +0100 Subject: [PATCH] docs: update CommonsChunkPlugin example links --- src/content/plugins/commons-chunk-plugin.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/content/plugins/commons-chunk-plugin.md b/src/content/plugins/commons-chunk-plugin.md index e14ea407184f..8135bbeb9e99 100644 --- a/src/content/plugins/commons-chunk-plugin.md +++ b/src/content/plugins/commons-chunk-plugin.md @@ -255,5 +255,5 @@ Since the `vendor` and `manifest` chunk use a different definition for `minChunk ## More Examples - [Common and Vendor Chunks](https://github.com/webpack/webpack/tree/master/examples/common-chunk-and-vendor-chunk) -- [Multiple Common Chunks](https://github.com/webpack/webpack/tree/master/examples/multiple-commons-chunks) -- [Multiple Entry Points with Commons Chunk](https://github.com/webpack/webpack/tree/master/examples/multiple-entry-points-commons-chunk-css-bundle) +- [Multiple Common Chunks](https://github.com/webpack/webpack/tree/8b888fedfaeaac6bd39168c0952cc19e6c34280a/examples/multiple-commons-chunks) +- [Multiple Entry Points with Commons Chunk](https://github.com/webpack/webpack/tree/8b888fedfaeaac6bd39168c0952cc19e6c34280a/examples/multiple-entry-points-commons-chunk-css-bundle)