From 739d331117a32fa3515f4ffb04a7acc07523d388 Mon Sep 17 00:00:00 2001 From: Avery Harnish Date: Tue, 7 Jan 2020 16:34:05 -0600 Subject: [PATCH] Fix broken link in commands doc --- docs/src/commands/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/commands/index.md b/docs/src/commands/index.md index 2ad2d70..801c9d1 100644 --- a/docs/src/commands/index.md +++ b/docs/src/commands/index.md @@ -3,7 +3,7 @@ `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]