docs: Fix prerequisite subsection links

master
Nick Fitzgerald 7 years ago
parent 9b4aef8712
commit 94c1f0a200
  1. 6
      docs/src/prerequisites/index.md

@ -2,9 +2,9 @@
To run `wasm-pack` you'll need to have both Rust and npm installed and configured. To run `wasm-pack` you'll need to have both Rust and npm installed and configured.
- [Rust](/prerequisites/rust.html) - [Rust](./rust.html)
- [npm](/prerequisites/npm.html) - [npm](./npm.html)
In the future, we intend to rewrite the npm registry client bits so that the need In the future, we intend to rewrite the npm registry client bits so that the need
for a Node runtime is eliminated. If you're excited about that work- you should for a Node runtime is eliminated. If you're excited about that work- you should
reach out to the maintainers and get involved! reach out to the maintainers and get involved!

Loading…
Cancel
Save