Fix broken links to rust-lang-nursery

master
Matt Harrison 7 years ago
parent a8d6e6864a
commit d1c39eb8b8
  1. 2
      CONTRIBUTING.md
  2. 4
      README.md
  3. 2
      docs/prerequisites.md

@ -67,5 +67,5 @@ cargo +nightly fmt
As mentioned in the readme file, this project is a part of the [`rust-wasm` working group],
an official working group of the Rust project. We follow the Rust [Code of Conduct and enforcement policies].
[`rust-wasm` working group]: https://github.com/rust-lang-nursery/rust-wasm
[`rust-wasm` working group]: https://github.com/rustwasm/team
[Code of Conduct and enforcement policies]: CODE_OF_CONDUCT.md

@ -18,7 +18,7 @@ package in workflows that you already use, such as a bundler like
This project is a part of the [rust-wasm] group. You can find more info by
visiting that repo!
[rust-wasm]: https://github.com/rust-lang-nursery/rust-wasm/
[rust-wasm]: https://github.com/rustwasm/team
![demo](demo.gif)
@ -94,5 +94,5 @@ check out our [contribution policy].
8. To publish to npm, run `wasm-pack publish`. You may need to login to the
registry you want to publish to. You can login using `wasm-pack login`.`
[rust-wasm/36]: https://github.com/rust-lang-nursery/rust-wasm/issues/36
[rust-wasm/36]: https://github.com/rustwasm/team/issues/36
[wasm-bindgen]: https://github.com/alexcrichton/wasm-bindgen

@ -24,6 +24,6 @@ You will need to create an npm account if you plan on publishing your package to
the npm public registry. You can find information about signing up for npm
[here][npm-signup-info].
[rust-wasm-install-info]: https://rust-lang-nursery.github.io/rust-wasm/setup.html
[rust-wasm-install-info]: https://rustwasm.github.io/book/setup.html
[npm-install-info]: https://www.npmjs.com/get-npm
[npm-signup-info]: https://www.npmjs.com/signup

Loading…
Cancel
Save