Skip to content

Commit 2d22fa4

Browse files
authored
Merge pull request #1556 from noelyoo/fix-docs-link
docs: update docs link
2 parents 62b313d + f3ec734 commit 2d22fa4

File tree

23 files changed

+23
-23
lines changed

23 files changed

+23
-23
lines changed

examples/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ This directory contains a number of Cargo projects that are all examples of how
44
to use `wasm-bindgen` in various contexts. More documentation can be [found
55
online][dox]
66

7-
[dox]: https://rustwasm.github.io/wasm-bindgen/examples/index.html
7+
[dox]: https://rustwasm.github.io/docs/wasm-bindgen/examples/index.html

examples/add/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[View documentation for this example online][dox] or [View compiled example
44
online][compiled]
55

6-
[dox]: https://rustwasm.github.io/wasm-bindgen/examples/add.html
6+
[dox]: https://rustwasm.github.io/docs/wasm-bindgen/examples/add.html
77
[compiled]: https://rustwasm.github.io/wasm-bindgen/exbuild/add/
88

99
You can build the example locally with:

examples/canvas/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
online][compiled]
55

66
[compiled]: https://rustwasm.github.io/wasm-bindgen/exbuild/canvas/
7-
[dox]: https://rustwasm.github.io/wasm-bindgen/examples/2d-canvas.html
7+
[dox]: https://rustwasm.github.io/docs/wasm-bindgen/examples/2d-canvas.html
88

99
You can build the example locally with:
1010

examples/char/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
online][compiled]
55

66
[compiled]: https://rustwasm.github.io/wasm-bindgen/exbuild/char/
7-
[dox]: https://rustwasm.github.io/wasm-bindgen/examples/char.html
7+
[dox]: https://rustwasm.github.io/docs/wasm-bindgen/examples/char.html
88

99
You can build the example locally with:
1010

examples/closures/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
online][compiled]
55

66
[compiled]: https://rustwasm.github.io/wasm-bindgen/exbuild/closures/
7-
[dox]: https://rustwasm.github.io/wasm-bindgen/examples/closures.html
7+
[dox]: https://rustwasm.github.io/docs/wasm-bindgen/examples/closures.html
88

99
You can build the example locally with:
1010

examples/console_log/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
online][compiled]
55

66
[compiled]: https://rustwasm.github.io/wasm-bindgen/exbuild/console_log/
7-
[dox]: https://rustwasm.github.io/wasm-bindgen/examples/console-log.html
7+
[dox]: https://rustwasm.github.io/docs/wasm-bindgen/examples/console-log.html
88

99
You can build the example locally with:
1010

examples/dom/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
online][compiled]
55

66
[compiled]: https://rustwasm.github.io/wasm-bindgen/exbuild/dom/
7-
[dox]: https://rustwasm.github.io/wasm-bindgen/examples/dom.html
7+
[dox]: https://rustwasm.github.io/docs/wasm-bindgen/examples/dom.html
88

99
You can build the example locally with:
1010

examples/fetch/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
online][compiled]
55

66
[compiled]: https://rustwasm.github.io/wasm-bindgen/exbuild/fetch/
7-
[dox]: https://rustwasm.github.io/wasm-bindgen/examples/fetch.html
7+
[dox]: https://rustwasm.github.io/docs/wasm-bindgen/examples/fetch.html
88

99
You can build the example locally with:
1010

examples/hello_world/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
online][compiled]
55

66
[compiled]: https://rustwasm.github.io/wasm-bindgen/exbuild/hello_world/
7-
[dox]: https://rustwasm.github.io/wasm-bindgen/examples/hello-world.html
7+
[dox]: https://rustwasm.github.io/docs/wasm-bindgen/examples/hello-world.html
88

99
You can build the example locally with:
1010

examples/import_js/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
online][compiled]
55

66
[compiled]: https://rustwasm.github.io/wasm-bindgen/exbuild/import_js/
7-
[dox]: https://rustwasm.github.io/wasm-bindgen/examples/import-js.html
7+
[dox]: https://rustwasm.github.io/docs/wasm-bindgen/examples/import-js.html
88

99
You can build the example locally with:
1010

0 commit comments

Comments
 (0)