Merge pull request #516 from drager/docs-fixes

doc: Use absolute url in prerequisites index
master
ashley williams 7 years ago committed by GitHub
commit 0939c12914
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](/wasm-pack/book/prerequisites/rust.html)
- [npm](./prerequisites/npm.html) - [npm](/wasm-pack/book/prerequisites/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