From ac746ef226794ac58629bb91b633c962e864eb81 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jesper=20H=C3=A5kansson?= Date: Sat, 19 Jan 2019 16:10:03 +0100 Subject: [PATCH] doc: Use absolute url in prerequisites index --- docs/src/prerequisites/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/src/prerequisites/index.md b/docs/src/prerequisites/index.md index bc91b028..b56901ab 100644 --- a/docs/src/prerequisites/index.md +++ b/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. -- [Rust](./prerequisites/rust.html) -- [npm](./prerequisites/npm.html) +- [Rust](/wasm-pack/book/prerequisites/rust.html) +- [npm](/wasm-pack/book/prerequisites/npm.html) 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