Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

doc: Fix broken links #614

Merged
merged 1 commit into from
Apr 2, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/src/prerequisites/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ npm registry client bits so that the need for a Node runtime is eliminated. If
you're excited about that work- you should reach out to the maintainers and get
involved!

[npm]: prerequisites/npm.html
[npm]: ./npm.html

Using a non-rustup setup? Learn how to configure it for wasm-pack [here](prerequisites/non-rustup-setups.html).
Using a non-rustup setup? Learn how to configure it for wasm-pack [here](./non-rustup-setups.html).
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ and the `wasm-pack` workflow by building the example app in the template.
This tutorial is aimed at folks who are both beginners to WebAssembly and Rust- you don't need
much Rust knowledge to complete this tutorial.

Be sure to have read and followed the [Prerequisites](../../../prerequisites/index.html).
Be sure to have read and followed the [Prerequisites](../../prerequisites/index.html).

[Rust]: https://www.rust-lang.org
[Node.js]: https://nodejs.org
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ pub fn greet() {
}
```

And that's it! We'll talk about what this code does in the [Tutorials], which you are all
And that's it! We'll talk about what this code does in the [template deep dive], which you are all
setup for now. Happy `wasm-pack`ing!

[Tutorials]: ../tutorials/index.html
[template deep dive]: ../template-deep-dive/index.html