Update a few links here and there with doc restructuring

This commit is contained in:
Alex Crichton 2019-03-08 05:58:22 -08:00
parent a7e7f8b5e1
commit 8db85dddde
2 changed files with 4 additions and 5 deletions

View File

@ -18,5 +18,5 @@ artifact, but this is not required! You can review the [deployment
documentation][deploy] for other options of how to deploy Rust and WebAssembly.
[code]: https://github.com/rustwasm/wasm-bindgen/tree/master/examples
[gol]: https://rustwasm.github.io/book/
[gol]: https://rustwasm.github.io/docs/book/
[deploy]: ../reference/deployment.html

View File

@ -29,16 +29,15 @@ Notable features of this project includes:
* Automatically generating TypeScript bindings for Rust code being consumed by
JS.
With the addition of [`wasm-pack`] you can run the gamut from running Rust on
With the addition of [`wasm-pack`][wasm-pack] you can run the gamut from running Rust on
the web locally, publishing it as part of a larger application, or even
publishing Rust-compiled-to-WebAssembly on NPM!
[host]: https://github.com/WebAssembly/host-bindings
[design doc]: https://rustwasm.github.io/wasm-bindgen/contributing/design/index.html
[dom-ex]: https://github.com/rustwasm/wasm-bindgen/tree/master/examples/dom
[console-log]: https://github.com/rustwasm/wasm-bindgen/tree/master/examples/console_log
[perf-ex]: https://github.com/rustwasm/wasm-bindgen/tree/master/examples/performance
[hello-online]: https://webassembly.studio/?f=gzubao6tg3
[rustwasm]: https://rustwasm.github.io/
[gol]: https://rustwasm.github.io/book/
[wasm-pack]: https://rustwasm.github.io/wasm-pack/book/
[gol]: https://rustwasm.github.io/docs/book/
[wasm-pack]: https://rustwasm.github.io/docs/wasm-pack/