Skip to content

Commit 4eec486

Browse files
authored
Fix incorrect link to --target no-modules example (#2501)
1 parent e6682ca commit 4eec486

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

examples/without-a-bundler-no-modules/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[View documentation for this example online][dox]
44

5-
[dox]: https://rustwasm.github.io/docs/wasm-bindgen/examples/without-a-bundler.html
5+
[dox]: https://rustwasm.github.io/docs/wasm-bindgen/examples/without-a-bundler.html#using-the-older---target-no-modules
66

77
You can build the example locally with:
88

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ what it means to deploy without a bundler.
2929

3030
## Using the older `--target no-modules`
3131

32-
[View full source code][code]
32+
[View full source code][code-no-modules]
3333

34-
[code]: https://github.com/rustwasm/wasm-bindgen/tree/master/examples/without-a-bundler-no-modules
34+
[code-no-modules]: https://github.com/rustwasm/wasm-bindgen/tree/master/examples/without-a-bundler-no-modules
3535

3636
The older version of using `wasm-bindgen` without a bundler is to use the
3737
`--target no-modules` flag to the `wasm-bindgen` CLI.

0 commit comments

Comments
 (0)