Skip to content

Commit 8bb71c5

Browse files
Merge pull request #364 from rustwasm/really-fix-the-readme
fix(readme): make sure URLs work
2 parents db772e8 + cafbe76 commit 8bb71c5

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

README.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,15 @@ visiting that repo!
2424

2525
## 🔮 Prerequisities
2626

27-
- [Development Environment](https://rustwasm.github.io/wasm-pack/prerequisites/index.html)
28-
- [Installation and Getting Started](https://rustwasm.github.io/wasm-pack/getting-started/index.html)
27+
- [Development Environment](https://rustwasm.github.io/wasm-pack/book/prerequisites/index.html)
28+
- [Installation](https://rustwasm.github.io/wasm-pack/installer)
29+
- [Project Setup](https://rustwasm.github.io/wasm-pack/book/project-setup/index.html)
2930

3031
## 🎙️ Commands
3132

32-
- [`init` (⚠️ DEPRECATED)](https://rustwasm.github.io/wasm-pack/commands/build.html): This command has been deprecated since release `0.5.0`, in favor of `build`. `0.4.2` and previous use this command.
33-
- [`build`](https://rustwasm.github.io/wasm-pack/commands/build.html): Generate an npm wasm pkg from a rustwasm crate
34-
- [`pack` and `publish`](https://rustwasm.github.io/wasm-pack/command/pack-and-publish.html): Create a tarball of your rustwasm pkg and/or publish to a registry
33+
- [`init` (⚠️ DEPRECATED)](https://rustwasm.github.io/wasm-pack/book/commands/init.html): This command has been deprecated since release `0.5.0`, in favor of `build`. `0.4.2` and previous use this command.
34+
- [`build`](https://rustwasm.github.io/wasm-pack/book/commands/build.html): Generate an npm wasm pkg from a rustwasm crate
35+
- [`pack` and `publish`](https://rustwasm.github.io/wasm-pack/book/commands/pack-and-publish.html): Create a tarball of your rustwasm pkg and/or publish to a registry
3536

3637
## 📝 Logging
3738

@@ -49,7 +50,7 @@ customize the log verbosity using the verbosity flag.
4950
Read our [guide] on getting up and running for developing `wasm-pack`, and
5051
check out our [contribution policy].
5152

52-
[guide]: https://rustwasm.github.io/wasm-pack/contributing.html
53+
[guide]: https://rustwasm.github.io/wasm-pack/book/contributing.html
5354
[contribution policy]: CONTRIBUTING.md
5455

5556
## ⚡ Quickstart Guide

0 commit comments

Comments
 (0)