Update Contributor's Guide link in README.md (#16592)

# Objective

- Fix outdated link in README.md

Perhaps the link name should be updated as well since the article is no
longer labelled as "Contributor's Guide"?
Either way better to avoid making users click twice.
This commit is contained in:
James O'Brien 2024-12-02 07:18:19 -08:00 committed by GitHub
parent 56d5591028
commit 793e2f2000
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -50,7 +50,7 @@ Before contributing or participating in discussions with the community, you shou
### Contributing ### Contributing
If you'd like to help build Bevy, check out the **[Contributor's Guide](https://github.com/bevyengine/bevy/blob/main/CONTRIBUTING.md)**. If you'd like to help build Bevy, check out the **[Contributor's Guide](https://bevyengine.org/learn/contribute/introduction)**.
For simple problems, feel free to [open an issue](https://github.com/bevyengine/bevy/issues) or For simple problems, feel free to [open an issue](https://github.com/bevyengine/bevy/issues) or
[PR](https://github.com/bevyengine/bevy/pulls) and tackle it yourself! [PR](https://github.com/bevyengine/bevy/pulls) and tackle it yourself!