Skip to content

Commit f3f709b

Browse files
authored
Merge pull request #1291 from limira/patch-1
[guide] Minor fix
2 parents 5788e7d + de3c852 commit f3f709b

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

guide/src/examples/without-a-bundler.md

+3-4
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
This example shows how the `--no-modules` flag can be used load code in a
88
browser directly. For this deployment strategy bundlers like Webpack are not
99
required. For more information on deployment see the [dedicated
10-
documentation](../reference/deployment.html).
10+
documentation][deployment].
1111

1212
First let's take a look at the code and see how when we're using `--no-modules`
1313
we're not actually losing any functionality!
@@ -22,8 +22,7 @@ Otherwise the rest of the deployment magic happens in `index.html`:
2222
{{#include ../../../examples/without-a-bundler/index.html}}
2323
```
2424

25-
And that's it! Be sure to read up on the [deployment options] to see what it
25+
And that's it! Be sure to read up on the [deployment options][deployment] to see what it
2626
means to deploy without a bundler.
2727

28-
[hello]: hello-world.html
29-
[mod-imp]: ../reference/attributes/on-js-imports/module.html
28+
[deployment]: ../reference/deployment.html

0 commit comments

Comments
 (0)