From 7d85e13d523020088023536eb838b95c86272e99 Mon Sep 17 00:00:00 2001 From: Gerd Jungbluth Date: Sat, 14 Dec 2019 19:48:45 +0100 Subject: [PATCH] fix(docs): fix broken link and type for "Commands" refs #755 --- docs/src/commands/index.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/src/commands/index.md b/docs/src/commands/index.md index 2ad2d70..37f1b38 100644 --- a/docs/src/commands/index.md +++ b/docs/src/commands/index.md @@ -3,14 +3,15 @@ `wasm-pack` has several commands to help you during the process of building a Rust-generated WebAssembly project. -- `new`: This command generates a new project for you using a template. [Learn more][generate] +- `new`: This command generates a new project for you using a template. [Learn more][new] - `build`: This command builds a `pkg` directory for you with compiled wasm and generated JS. [Learn more][build] -- `pack` and `publish`: These command will create a tarball, and optionally publish it to a registry, such as npm. [Learn more][pack-pub] - +- `pack` and `publish`: These commands will create a tarball, and optionally publish it to a registry, such as npm. [Learn more][pack-pub] ### Deprecated Commands + - `init`: This command has been deprecated in favor of `build`. +[new]: ./new.html [build]: ./build.html [new]: ./new.html [pack-pub]: ./pack-and-publish.html