Skip to content

Commit

Permalink
Fixed typo in link in CONTRIBUTING.md (#766)
Browse files Browse the repository at this point in the history
  • Loading branch information
legendofa authored Dec 3, 2024
1 parent 510237c commit bce7868
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ If you would like to fix it yourself, here is the procedure:

## Contributing to the JavaScript/TypeScript bindings
The source code of the official JavaScript/TypeScript bindings for Rapier are available
on our `rapier.js` repository [on GitHub](https://github.com/dimforge/rapier.rs).
on our `rapier.js` repository [on GitHub](https://github.com/dimforge/rapier.js).

You will have to make sure that you have [wasm-pack](https://github.com/rustwasm/wasm-pack) installed because
it is responsible for generating the low-level bindings. In order to modify the bindings and test your
Expand All @@ -72,4 +72,4 @@ changes you may:
to ask **@sebcrozet** directly [on Discord][discord] for a review.
6. Iterate with the reviewer until the PR gets merged.

[discord]: https://discord.gg/vt9DJSW
[discord]: https://discord.gg/vt9DJSW

0 comments on commit bce7868

Please sign in to comment.