diff --git a/guide/src/examples/without-a-bundler.md b/guide/src/examples/without-a-bundler.md index fd88a042f..0f11f182b 100644 --- a/guide/src/examples/without-a-bundler.md +++ b/guide/src/examples/without-a-bundler.md @@ -7,7 +7,7 @@ This example shows how the `--no-modules` flag can be used load code in a browser directly. For this deployment strategy bundlers like Webpack are not required. For more information on deployment see the [dedicated -documentation](../reference/deployment.html). +documentation][deployment]. First let's take a look at the code and see how when we're using `--no-modules` we're not actually losing any functionality! @@ -22,8 +22,7 @@ Otherwise the rest of the deployment magic happens in `index.html`: {{#include ../../../examples/without-a-bundler/index.html}} ``` -And that's it! Be sure to read up on the [deployment options] to see what it +And that's it! Be sure to read up on the [deployment options][deployment] to see what it means to deploy without a bundler. -[hello]: hello-world.html -[mod-imp]: ../reference/attributes/on-js-imports/module.html +[deployment]: ../reference/deployment.html