From 51b820945b80fe12b87ee0755816481a178cfaf1 Mon Sep 17 00:00:00 2001 From: Hendrik Sollich Date: Sat, 11 Aug 2018 01:15:53 +0200 Subject: [PATCH] fix(doc): fix links in README --- README.md | 7 +++---- docs/src/command/pack-and-publish.md | 1 - 2 files changed, 3 insertions(+), 5 deletions(-) delete mode 100644 docs/src/command/pack-and-publish.md diff --git a/README.md b/README.md index ef133f3..b178a7a 100644 --- a/README.md +++ b/README.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 diff --git a/docs/src/command/pack-and-publish.md b/docs/src/command/pack-and-publish.md deleted file mode 100644 index 181e274..0000000 --- a/docs/src/command/pack-and-publish.md +++ /dev/null @@ -1 +0,0 @@ -# pack and publish