Skip to content

Commit 1b0120e

Browse files
authored
Merge pull request #184 from mtharrison/fix-broken-links
Fix broken links to rust-lang-nursery/rust-wasm
2 parents a8d6e68 + d1c39eb commit 1b0120e

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
If you are trying to use `wasm-pack` and run into an issue- please file an
66
issue! We'd love to get you up and running, even if the issue you have might
77
not be directly related to the code in `wasm-pack`. This tool seeks to make
8-
it easy for developers to get going, so there's a good chance we can do
8+
it easy for developers to get going, so there's a good chance we can do
99
something to alleviate the issue by making `wasm-pack` better documented or
1010
more robust to different developer environments.
1111

@@ -67,5 +67,5 @@ cargo +nightly fmt
6767
As mentioned in the readme file, this project is a part of the [`rust-wasm` working group],
6868
an official working group of the Rust project. We follow the Rust [Code of Conduct and enforcement policies].
6969

70-
[`rust-wasm` working group]: https://github.com/rust-lang-nursery/rust-wasm
70+
[`rust-wasm` working group]: https://github.com/rustwasm/team
7171
[Code of Conduct and enforcement policies]: CODE_OF_CONDUCT.md

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,17 @@ This tool seeks to be a one-stop shop for building and working with rust-
88
generated WebAssembly that you would like to interop with JavaScript, in the
99
browser or with Node.js. `wasm-pack` helps you build and publish rust-generated
1010
WebAssembly to the npm registry to be used alongside any other javascript
11-
package in workflows that you already use, such as a bundler like
11+
package in workflows that you already use, such as a bundler like
1212
[webpack] or [greenkeeper].
1313

1414
[bundler-support]: https://github.com/rustwasm/team/blob/master/goals/bundler-integration.md#details
1515
[webpack]: https://webpack.js.org/
16-
[greenkeeper]: https://greenkeeper.io/
16+
[greenkeeper]: https://greenkeeper.io/
1717

1818
This project is a part of the [rust-wasm] group. You can find more info by
1919
visiting that repo!
2020

21-
[rust-wasm]: https://github.com/rust-lang-nursery/rust-wasm/
21+
[rust-wasm]: https://github.com/rustwasm/team
2222

2323
![demo](demo.gif)
2424

@@ -94,5 +94,5 @@ check out our [contribution policy].
9494
8. To publish to npm, run `wasm-pack publish`. You may need to login to the
9595
registry you want to publish to. You can login using `wasm-pack login`.`
9696

97-
[rust-wasm/36]: https://github.com/rust-lang-nursery/rust-wasm/issues/36
97+
[rust-wasm/36]: https://github.com/rustwasm/team/issues/36
9898
[wasm-bindgen]: https://github.com/alexcrichton/wasm-bindgen

docs/prerequisites.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@ You will need to create an npm account if you plan on publishing your package to
2424
the npm public registry. You can find information about signing up for npm
2525
[here][npm-signup-info].
2626

27-
[rust-wasm-install-info]: https://rust-lang-nursery.github.io/rust-wasm/setup.html
27+
[rust-wasm-install-info]: https://rustwasm.github.io/book/setup.html
2828
[npm-install-info]: https://www.npmjs.com/get-npm
2929
[npm-signup-info]: https://www.npmjs.com/signup

0 commit comments

Comments
 (0)