Skip to content

Commit

Permalink
Merge pull request #614 from drager/fix-broken-links
Browse files Browse the repository at this point in the history
doc: Fix broken links
  • Loading branch information
ashleygwilliams authored Apr 2, 2019
2 parents 1fc01c5 + eda096e commit 5611780
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
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

0 comments on commit 5611780

Please sign in to comment.