Merge pull request #376 from fitzgen/fix-docs-links

docs: Fix prerequisite subsection links
master
Nick Fitzgerald 7 years ago committed by GitHub
commit e188a19aa8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      docs/src/prerequisites/index.md

@ -2,8 +2,8 @@
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

Loading…
Cancel
Save