Fix broken links to rust-lang-nursery

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

@ -5,7 +5,7 @@
If you are trying to use `wasm-pack` and run into an issue- please file an If you are trying to use `wasm-pack` and run into an issue- please file an
issue! We'd love to get you up and running, even if the issue you have might issue! We'd love to get you up and running, even if the issue you have might
not be directly related to the code in `wasm-pack`. This tool seeks to make not be directly related to the code in `wasm-pack`. This tool seeks to make
it easy for developers to get going, so there's a good chance we can do it easy for developers to get going, so there's a good chance we can do
something to alleviate the issue by making `wasm-pack` better documented or something to alleviate the issue by making `wasm-pack` better documented or
more robust to different developer environments. more robust to different developer environments.
@ -67,5 +67,5 @@ cargo +nightly fmt
As mentioned in the readme file, this project is a part of the [`rust-wasm` working group], 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]. 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 [Code of Conduct and enforcement policies]: CODE_OF_CONDUCT.md

@ -8,17 +8,17 @@ This tool seeks to be a one-stop shop for building and working with rust-
generated WebAssembly that you would like to interop with JavaScript, in the generated WebAssembly that you would like to interop with JavaScript, in the
browser or with Node.js. `wasm-pack` helps you build and publish rust-generated browser or with Node.js. `wasm-pack` helps you build and publish rust-generated
WebAssembly to the npm registry to be used alongside any other javascript WebAssembly to the npm registry to be used alongside any other javascript
package in workflows that you already use, such as a bundler like package in workflows that you already use, such as a bundler like
[webpack] or [greenkeeper]. [webpack] or [greenkeeper].
[bundler-support]: https://github.com/rustwasm/team/blob/master/goals/bundler-integration.md#details [bundler-support]: https://github.com/rustwasm/team/blob/master/goals/bundler-integration.md#details
[webpack]: https://webpack.js.org/ [webpack]: https://webpack.js.org/
[greenkeeper]: https://greenkeeper.io/ [greenkeeper]: https://greenkeeper.io/
This project is a part of the [rust-wasm] group. You can find more info by This project is a part of the [rust-wasm] group. You can find more info by
visiting that repo! visiting that repo!
[rust-wasm]: https://github.com/rust-lang-nursery/rust-wasm/ [rust-wasm]: https://github.com/rustwasm/team
![demo](demo.gif) ![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 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`.` 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 [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 the npm public registry. You can find information about signing up for npm
[here][npm-signup-info]. [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-install-info]: https://www.npmjs.com/get-npm
[npm-signup-info]: https://www.npmjs.com/signup [npm-signup-info]: https://www.npmjs.com/signup

Loading…
Cancel
Save