docs: update docs link

This commit is contained in:
noelyoo 2019-05-26 16:43:00 +09:00
parent 62b313d695
commit f3ec734310
23 changed files with 23 additions and 23 deletions

View File

@ -4,4 +4,4 @@ This directory contains a number of Cargo projects that are all examples of how
to use `wasm-bindgen` in various contexts. More documentation can be [found to use `wasm-bindgen` in various contexts. More documentation can be [found
online][dox] online][dox]
[dox]: https://rustwasm.github.io/wasm-bindgen/examples/index.html [dox]: https://rustwasm.github.io/docs/wasm-bindgen/examples/index.html

View File

@ -3,7 +3,7 @@
[View documentation for this example online][dox] or [View compiled example [View documentation for this example online][dox] or [View compiled example
online][compiled] online][compiled]
[dox]: https://rustwasm.github.io/wasm-bindgen/examples/add.html [dox]: https://rustwasm.github.io/docs/wasm-bindgen/examples/add.html
[compiled]: https://rustwasm.github.io/wasm-bindgen/exbuild/add/ [compiled]: https://rustwasm.github.io/wasm-bindgen/exbuild/add/
You can build the example locally with: You can build the example locally with:

View File

@ -4,7 +4,7 @@
online][compiled] online][compiled]
[compiled]: https://rustwasm.github.io/wasm-bindgen/exbuild/canvas/ [compiled]: https://rustwasm.github.io/wasm-bindgen/exbuild/canvas/
[dox]: https://rustwasm.github.io/wasm-bindgen/examples/2d-canvas.html [dox]: https://rustwasm.github.io/docs/wasm-bindgen/examples/2d-canvas.html
You can build the example locally with: You can build the example locally with:

View File

@ -4,7 +4,7 @@
online][compiled] online][compiled]
[compiled]: https://rustwasm.github.io/wasm-bindgen/exbuild/char/ [compiled]: https://rustwasm.github.io/wasm-bindgen/exbuild/char/
[dox]: https://rustwasm.github.io/wasm-bindgen/examples/char.html [dox]: https://rustwasm.github.io/docs/wasm-bindgen/examples/char.html
You can build the example locally with: You can build the example locally with:

View File

@ -4,7 +4,7 @@
online][compiled] online][compiled]
[compiled]: https://rustwasm.github.io/wasm-bindgen/exbuild/closures/ [compiled]: https://rustwasm.github.io/wasm-bindgen/exbuild/closures/
[dox]: https://rustwasm.github.io/wasm-bindgen/examples/closures.html [dox]: https://rustwasm.github.io/docs/wasm-bindgen/examples/closures.html
You can build the example locally with: You can build the example locally with:

View File

@ -4,7 +4,7 @@
online][compiled] online][compiled]
[compiled]: https://rustwasm.github.io/wasm-bindgen/exbuild/console_log/ [compiled]: https://rustwasm.github.io/wasm-bindgen/exbuild/console_log/
[dox]: https://rustwasm.github.io/wasm-bindgen/examples/console-log.html [dox]: https://rustwasm.github.io/docs/wasm-bindgen/examples/console-log.html
You can build the example locally with: You can build the example locally with:

View File

@ -4,7 +4,7 @@
online][compiled] online][compiled]
[compiled]: https://rustwasm.github.io/wasm-bindgen/exbuild/dom/ [compiled]: https://rustwasm.github.io/wasm-bindgen/exbuild/dom/
[dox]: https://rustwasm.github.io/wasm-bindgen/examples/dom.html [dox]: https://rustwasm.github.io/docs/wasm-bindgen/examples/dom.html
You can build the example locally with: You can build the example locally with:

View File

@ -4,7 +4,7 @@
online][compiled] online][compiled]
[compiled]: https://rustwasm.github.io/wasm-bindgen/exbuild/fetch/ [compiled]: https://rustwasm.github.io/wasm-bindgen/exbuild/fetch/
[dox]: https://rustwasm.github.io/wasm-bindgen/examples/fetch.html [dox]: https://rustwasm.github.io/docs/wasm-bindgen/examples/fetch.html
You can build the example locally with: You can build the example locally with:

View File

@ -4,7 +4,7 @@
online][compiled] online][compiled]
[compiled]: https://rustwasm.github.io/wasm-bindgen/exbuild/hello_world/ [compiled]: https://rustwasm.github.io/wasm-bindgen/exbuild/hello_world/
[dox]: https://rustwasm.github.io/wasm-bindgen/examples/hello-world.html [dox]: https://rustwasm.github.io/docs/wasm-bindgen/examples/hello-world.html
You can build the example locally with: You can build the example locally with:

View File

@ -4,7 +4,7 @@
online][compiled] online][compiled]
[compiled]: https://rustwasm.github.io/wasm-bindgen/exbuild/import_js/ [compiled]: https://rustwasm.github.io/wasm-bindgen/exbuild/import_js/
[dox]: https://rustwasm.github.io/wasm-bindgen/examples/import-js.html [dox]: https://rustwasm.github.io/docs/wasm-bindgen/examples/import-js.html
You can build the example locally with: You can build the example locally with:

View File

@ -4,7 +4,7 @@
online][compiled] online][compiled]
[compiled]: https://rustwasm.github.io/wasm-bindgen/exbuild/julia_set/ [compiled]: https://rustwasm.github.io/wasm-bindgen/exbuild/julia_set/
[dox]: https://rustwasm.github.io/wasm-bindgen/examples/julia.html [dox]: https://rustwasm.github.io/docs/wasm-bindgen/examples/julia.html
You can build the example locally with: You can build the example locally with:

View File

@ -4,7 +4,7 @@
online][compiled] online][compiled]
[compiled]: https://rustwasm.github.io/wasm-bindgen/exbuild/paint/ [compiled]: https://rustwasm.github.io/wasm-bindgen/exbuild/paint/
[dox]: https://rustwasm.github.io/wasm-bindgen/examples/paint.html [dox]: https://rustwasm.github.io/docs/wasm-bindgen/examples/paint.html
You can build the example locally with: You can build the example locally with:

View File

@ -4,7 +4,7 @@
online][compiled] online][compiled]
[compiled]: https://rustwasm.github.io/wasm-bindgen/exbuild/performance/ [compiled]: https://rustwasm.github.io/wasm-bindgen/exbuild/performance/
[dox]: https://rustwasm.github.io/wasm-bindgen/examples/performance.html [dox]: https://rustwasm.github.io/docs/wasm-bindgen/examples/performance.html
You can build the example locally with: You can build the example locally with:

View File

@ -3,7 +3,7 @@
[View documentation for this example online][dox] or [View compiled example [View documentation for this example online][dox] or [View compiled example
online][compiled] online][compiled]
[dox]: https://rustwasm.github.io/wasm-bindgen/examples/raytrace.html [dox]: https://rustwasm.github.io/docs/wasm-bindgen/examples/raytrace.html
[compiled]: https://rustwasm.github.io/wasm-bindgen/exbuild/raytrace-parallel/ [compiled]: https://rustwasm.github.io/wasm-bindgen/exbuild/raytrace-parallel/
You can build the example locally with: You can build the example locally with:

View File

@ -4,7 +4,7 @@
online][compiled] online][compiled]
[compiled]: https://rustwasm.github.io/wasm-bindgen/exbuild/request-animation-frame/ [compiled]: https://rustwasm.github.io/wasm-bindgen/exbuild/request-animation-frame/
[dox]: https://rustwasm.github.io/wasm-bindgen/examples/request-animation-frame.html [dox]: https://rustwasm.github.io/docs/wasm-bindgen/examples/request-animation-frame.html
You can build the example locally with: You can build the example locally with:

View File

@ -4,7 +4,7 @@
online][compiled] online][compiled]
[compiled]: https://rustwasm.github.io/wasm-bindgen/exbuild/todomvc/ [compiled]: https://rustwasm.github.io/wasm-bindgen/exbuild/todomvc/
[dox]: https://rustwasm.github.io/wasm-bindgen/examples/todomvc.html [dox]: https://rustwasm.github.io/docs/wasm-bindgen/examples/todomvc.html
You can build the example locally with: You can build the example locally with:

View File

@ -4,7 +4,7 @@
online][compiled] online][compiled]
[compiled]: https://rustwasm.github.io/wasm-bindgen/exbuild/wasm-in-wasm/ [compiled]: https://rustwasm.github.io/wasm-bindgen/exbuild/wasm-in-wasm/
[dox]: https://rustwasm.github.io/wasm-bindgen/examples/wasm-in-wasm.html [dox]: https://rustwasm.github.io/docs/wasm-bindgen/examples/wasm-in-wasm.html
You can build the example locally with: You can build the example locally with:

View File

@ -4,7 +4,7 @@
online][compiled] online][compiled]
[compiled]: https://rustwasm.github.io/wasm-bindgen/exbuild/wasm2js/ [compiled]: https://rustwasm.github.io/wasm-bindgen/exbuild/wasm2js/
[dox]: https://rustwasm.github.io/wasm-bindgen/examples/wasm2js.html [dox]: https://rustwasm.github.io/docs/wasm-bindgen/examples/wasm2js.html
You can build the example locally with: You can build the example locally with:

View File

@ -4,7 +4,7 @@
online][compiled] online][compiled]
[compiled]: https://rustwasm.github.io/wasm-bindgen/exbuild/web-audio/ [compiled]: https://rustwasm.github.io/wasm-bindgen/exbuild/web-audio/
[dox]: https://rustwasm.github.io/wasm-bindgen/examples/web-audio.html [dox]: https://rustwasm.github.io/docs/wasm-bindgen/examples/web-audio.html
You can build the example locally with: You can build the example locally with:

View File

@ -4,7 +4,7 @@
online][compiled] online][compiled]
[compiled]: https://rustwasm.github.io/wasm-bindgen/exbuild/webgl/ [compiled]: https://rustwasm.github.io/wasm-bindgen/exbuild/webgl/
[dox]: https://rustwasm.github.io/wasm-bindgen/examples/webgl.html [dox]: https://rustwasm.github.io/docs/wasm-bindgen/examples/webgl.html
You can build the example locally with: You can build the example locally with:

View File

@ -2,7 +2,7 @@
[View documentation for this example online][dox] [View documentation for this example online][dox]
[dox]: https://rustwasm.github.io/wasm-bindgen/examples/without-a-bundler.html [dox]: https://rustwasm.github.io/docs/wasm-bindgen/examples/without-a-bundler.html
You can build the example locally with: You can build the example locally with:

View File

@ -2,7 +2,7 @@
[View documentation for this example online][dox] [View documentation for this example online][dox]
[dox]: https://rustwasm.github.io/wasm-bindgen/examples/without-a-bundler.html [dox]: https://rustwasm.github.io/docs/wasm-bindgen/examples/without-a-bundler.html
You can build the example locally with: You can build the example locally with:

View File

@ -46,4 +46,4 @@ file for adding two numbers.
[gol]: https://rustwasm.github.io/book/game-of-life/introduction.html [gol]: https://rustwasm.github.io/book/game-of-life/introduction.html
[size]: https://rustwasm.github.io/book/game-of-life/code-size.html [size]: https://rustwasm.github.io/book/game-of-life/code-size.html
[issue]: https://github.com/rustwasm/wasm-bindgen/issues/new [issue]: https://github.com/rustwasm/wasm-bindgen/issues/new
[example]: https://rustwasm.github.io/wasm-bindgen/examples/add.html [example]: https://rustwasm.github.io/docs/wasm-bindgen/examples/add.html