From f3ec734310456e16aa250495cacf65b5e76bb80e Mon Sep 17 00:00:00 2001 From: noelyoo Date: Sun, 26 May 2019 16:43:00 +0900 Subject: [PATCH] docs: update docs link --- examples/README.md | 2 +- examples/add/README.md | 2 +- examples/canvas/README.md | 2 +- examples/char/README.md | 2 +- examples/closures/README.md | 2 +- examples/console_log/README.md | 2 +- examples/dom/README.md | 2 +- examples/fetch/README.md | 2 +- examples/hello_world/README.md | 2 +- examples/import_js/README.md | 2 +- examples/julia_set/README.md | 2 +- examples/paint/README.md | 2 +- examples/performance/README.md | 2 +- examples/raytrace-parallel/README.md | 2 +- examples/request-animation-frame/README.md | 2 +- examples/todomvc/README.md | 2 +- examples/wasm-in-wasm/README.md | 2 +- examples/wasm2js/README.md | 2 +- examples/webaudio/README.md | 2 +- examples/webgl/README.md | 2 +- examples/without-a-bundler-no-modules/README.md | 2 +- examples/without-a-bundler/README.md | 2 +- guide/src/reference/optimize-size.md | 2 +- 23 files changed, 23 insertions(+), 23 deletions(-) diff --git a/examples/README.md b/examples/README.md index 1f2e50ee..8b53901c 100644 --- a/examples/README.md +++ b/examples/README.md @@ -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 online][dox] -[dox]: https://rustwasm.github.io/wasm-bindgen/examples/index.html +[dox]: https://rustwasm.github.io/docs/wasm-bindgen/examples/index.html diff --git a/examples/add/README.md b/examples/add/README.md index a72caf3c..dea1f47b 100644 --- a/examples/add/README.md +++ b/examples/add/README.md @@ -3,7 +3,7 @@ [View documentation for this example online][dox] or [View compiled example 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/ You can build the example locally with: diff --git a/examples/canvas/README.md b/examples/canvas/README.md index bbd03128..a3d7b9a0 100644 --- a/examples/canvas/README.md +++ b/examples/canvas/README.md @@ -4,7 +4,7 @@ online][compiled] [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: diff --git a/examples/char/README.md b/examples/char/README.md index 4f0ec173..4e13364f 100644 --- a/examples/char/README.md +++ b/examples/char/README.md @@ -4,7 +4,7 @@ online][compiled] [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: diff --git a/examples/closures/README.md b/examples/closures/README.md index ddf70171..583a897f 100644 --- a/examples/closures/README.md +++ b/examples/closures/README.md @@ -4,7 +4,7 @@ online][compiled] [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: diff --git a/examples/console_log/README.md b/examples/console_log/README.md index 32fa8d49..fa3f9be3 100644 --- a/examples/console_log/README.md +++ b/examples/console_log/README.md @@ -4,7 +4,7 @@ online][compiled] [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: diff --git a/examples/dom/README.md b/examples/dom/README.md index 2a7f6789..15435683 100644 --- a/examples/dom/README.md +++ b/examples/dom/README.md @@ -4,7 +4,7 @@ online][compiled] [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: diff --git a/examples/fetch/README.md b/examples/fetch/README.md index a3563373..8fc2923e 100644 --- a/examples/fetch/README.md +++ b/examples/fetch/README.md @@ -4,7 +4,7 @@ online][compiled] [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: diff --git a/examples/hello_world/README.md b/examples/hello_world/README.md index efaca0de..ab31a61e 100644 --- a/examples/hello_world/README.md +++ b/examples/hello_world/README.md @@ -4,7 +4,7 @@ online][compiled] [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: diff --git a/examples/import_js/README.md b/examples/import_js/README.md index 7a4249ed..58972ee7 100644 --- a/examples/import_js/README.md +++ b/examples/import_js/README.md @@ -4,7 +4,7 @@ online][compiled] [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: diff --git a/examples/julia_set/README.md b/examples/julia_set/README.md index 913ad8c8..ab811f3f 100644 --- a/examples/julia_set/README.md +++ b/examples/julia_set/README.md @@ -4,7 +4,7 @@ online][compiled] [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: diff --git a/examples/paint/README.md b/examples/paint/README.md index d0bfc1b7..a0339ed1 100644 --- a/examples/paint/README.md +++ b/examples/paint/README.md @@ -4,7 +4,7 @@ online][compiled] [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: diff --git a/examples/performance/README.md b/examples/performance/README.md index 8f414e06..40e5b2d4 100644 --- a/examples/performance/README.md +++ b/examples/performance/README.md @@ -4,7 +4,7 @@ online][compiled] [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: diff --git a/examples/raytrace-parallel/README.md b/examples/raytrace-parallel/README.md index 7e6e3505..1c7c0290 100644 --- a/examples/raytrace-parallel/README.md +++ b/examples/raytrace-parallel/README.md @@ -3,7 +3,7 @@ [View documentation for this example online][dox] or [View compiled example 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/ You can build the example locally with: diff --git a/examples/request-animation-frame/README.md b/examples/request-animation-frame/README.md index 1144eac4..c29a4caa 100644 --- a/examples/request-animation-frame/README.md +++ b/examples/request-animation-frame/README.md @@ -4,7 +4,7 @@ online][compiled] [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: diff --git a/examples/todomvc/README.md b/examples/todomvc/README.md index 2a6a2577..3d92ad56 100644 --- a/examples/todomvc/README.md +++ b/examples/todomvc/README.md @@ -4,7 +4,7 @@ online][compiled] [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: diff --git a/examples/wasm-in-wasm/README.md b/examples/wasm-in-wasm/README.md index e618e4a1..7b58e535 100644 --- a/examples/wasm-in-wasm/README.md +++ b/examples/wasm-in-wasm/README.md @@ -4,7 +4,7 @@ online][compiled] [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: diff --git a/examples/wasm2js/README.md b/examples/wasm2js/README.md index c3d2950f..8db5c7a1 100644 --- a/examples/wasm2js/README.md +++ b/examples/wasm2js/README.md @@ -4,7 +4,7 @@ online][compiled] [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: diff --git a/examples/webaudio/README.md b/examples/webaudio/README.md index 7443df73..78d4db39 100644 --- a/examples/webaudio/README.md +++ b/examples/webaudio/README.md @@ -4,7 +4,7 @@ online][compiled] [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: diff --git a/examples/webgl/README.md b/examples/webgl/README.md index 74871f6a..fe5dd65b 100644 --- a/examples/webgl/README.md +++ b/examples/webgl/README.md @@ -4,7 +4,7 @@ online][compiled] [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: diff --git a/examples/without-a-bundler-no-modules/README.md b/examples/without-a-bundler-no-modules/README.md index 801d8abe..ce7f79b3 100644 --- a/examples/without-a-bundler-no-modules/README.md +++ b/examples/without-a-bundler-no-modules/README.md @@ -2,7 +2,7 @@ [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: diff --git a/examples/without-a-bundler/README.md b/examples/without-a-bundler/README.md index c9276532..00e17c23 100644 --- a/examples/without-a-bundler/README.md +++ b/examples/without-a-bundler/README.md @@ -2,7 +2,7 @@ [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: diff --git a/guide/src/reference/optimize-size.md b/guide/src/reference/optimize-size.md index a3f57f3d..6f869ffd 100644 --- a/guide/src/reference/optimize-size.md +++ b/guide/src/reference/optimize-size.md @@ -46,4 +46,4 @@ file for adding two numbers. [gol]: https://rustwasm.github.io/book/game-of-life/introduction.html [size]: https://rustwasm.github.io/book/game-of-life/code-size.html [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