From eda096e153337c1940cf804e30ed5391c56cd451 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jesper=20H=C3=A5kansson?= Date: Tue, 2 Apr 2019 08:36:34 +0200 Subject: [PATCH] doc: Fix broken links --- docs/src/prerequisites/index.md | 4 ++-- docs/src/tutorials/hybrid-applications-with-webpack/index.md | 2 +- .../npm-browser-packages/getting-started/manual-setup.md | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/src/prerequisites/index.md b/docs/src/prerequisites/index.md index f2e27138..0de6a4f1 100644 --- a/docs/src/prerequisites/index.md +++ b/docs/src/prerequisites/index.md @@ -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). diff --git a/docs/src/tutorials/hybrid-applications-with-webpack/index.md b/docs/src/tutorials/hybrid-applications-with-webpack/index.md index 06f006f7..18116411 100644 --- a/docs/src/tutorials/hybrid-applications-with-webpack/index.md +++ b/docs/src/tutorials/hybrid-applications-with-webpack/index.md @@ -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 diff --git a/docs/src/tutorials/npm-browser-packages/getting-started/manual-setup.md b/docs/src/tutorials/npm-browser-packages/getting-started/manual-setup.md index 15a06287..25636dcf 100644 --- a/docs/src/tutorials/npm-browser-packages/getting-started/manual-setup.md +++ b/docs/src/tutorials/npm-browser-packages/getting-started/manual-setup.md @@ -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