Skip to content

Commit 8db85dd

Browse files
committed
Update a few links here and there with doc restructuring
1 parent a7e7f8b commit 8db85dd

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

guide/src/examples/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ artifact, but this is not required! You can review the [deployment
1818
documentation][deploy] for other options of how to deploy Rust and WebAssembly.
1919

2020
[code]: https://github.com/rustwasm/wasm-bindgen/tree/master/examples
21-
[gol]: https://rustwasm.github.io/book/
21+
[gol]: https://rustwasm.github.io/docs/book/
2222
[deploy]: ../reference/deployment.html

guide/src/introduction.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,16 +29,15 @@ Notable features of this project includes:
2929
* Automatically generating TypeScript bindings for Rust code being consumed by
3030
JS.
3131

32-
With the addition of [`wasm-pack`] you can run the gamut from running Rust on
32+
With the addition of [`wasm-pack`][wasm-pack] you can run the gamut from running Rust on
3333
the web locally, publishing it as part of a larger application, or even
3434
publishing Rust-compiled-to-WebAssembly on NPM!
3535

3636
[host]: https://github.com/WebAssembly/host-bindings
37-
[design doc]: https://rustwasm.github.io/wasm-bindgen/contributing/design/index.html
3837
[dom-ex]: https://github.com/rustwasm/wasm-bindgen/tree/master/examples/dom
3938
[console-log]: https://github.com/rustwasm/wasm-bindgen/tree/master/examples/console_log
4039
[perf-ex]: https://github.com/rustwasm/wasm-bindgen/tree/master/examples/performance
4140
[hello-online]: https://webassembly.studio/?f=gzubao6tg3
4241
[rustwasm]: https://rustwasm.github.io/
43-
[gol]: https://rustwasm.github.io/book/
44-
[wasm-pack]: https://rustwasm.github.io/wasm-pack/book/
42+
[gol]: https://rustwasm.github.io/docs/book/
43+
[wasm-pack]: https://rustwasm.github.io/docs/wasm-pack/

0 commit comments

Comments
 (0)