fix(doc): fix links in README

master
Hendrik Sollich 7 years ago
parent 332d624b30
commit 51b820945b
  1. 7
      README.md
  2. 1
      docs/src/command/pack-and-publish.md

@ -29,9 +29,8 @@ visiting that repo!
## 🎙 Commands
- [`init`](docs/init.md): Generate an npm wasm pkg from a rustwasm crate
- [`build`](docs/build.md): Generate an npm wasm pkg from a rustwasm crate
- [`pack` and `publish`](docs/pack-and-publish.md): Create a tarball of your rustwasm pkg and/or publish to a registry
- [`build`](docs/src/commands/build.md): Generate an npm wasm pkg from a rustwasm crate
- [`pack` and `publish`](docs/src/commands/pack-and-publish.md): Create a tarball of your rustwasm pkg and/or publish to a registry
## 📝 Logging
@ -49,7 +48,7 @@ customize the log verbosity using the verbosity flag.
Read our [guide] on getting up and running for developing `wasm-pack`, and
check out our [contribution policy].
[guide]: docs/contributing.md
[guide]: docs/src/contributing.md
[contribution policy]: CONTRIBUTING.md
## ⚡ Quickstart Guide

Loading…
Cancel
Save