Skip to content

Commit

Permalink
Fix incorrect link to --target no-modules example (#2501)
Browse files Browse the repository at this point in the history
  • Loading branch information
yume-chan authored Mar 18, 2021
1 parent e6682ca commit 4eec486
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/without-a-bundler-no-modules/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[View documentation for this example online][dox]

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

You can build the example locally with:

Expand Down
4 changes: 2 additions & 2 deletions guide/src/examples/without-a-bundler.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ what it means to deploy without a bundler.

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

[View full source code][code]
[View full source code][code-no-modules]

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

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

0 comments on commit 4eec486

Please sign in to comment.