Merge pull request #764 from EverlastingBugstopper/patch-1

Fix broken link in commands doc
master
ashley williams 5 years ago committed by GitHub
commit ca350dcc92
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      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]

Loading…
Cancel
Save