diff --git a/content/api/plugins/compiler.md b/content/api/plugins/compiler.md index 8c98ed194ab7..8a0f98dc1901 100644 --- a/content/api/plugins/compiler.md +++ b/content/api/plugins/compiler.md @@ -9,7 +9,7 @@ It is exported by `webpack` api under `webpack.Compiler`. The compiler is used by webpack by instantiating it and then calling the `run` method. Below is a trivial example of how one might use the `Compiler`. In fact, this is really close to how webpack itself uses it. -[__compiler-example__](https://github.com/pksjce/webpack-internal-examples/blob/master/compiler-example.js) +[__compiler-example__](https://github.com/pksjce/webpack-internal-examples/tree/master/compiler-example) ```javascript // Can be imported from webpack package