From 793e2f2000e43d212a76e81aefa09223e5d65bb1 Mon Sep 17 00:00:00 2001 From: James O'Brien Date: Mon, 2 Dec 2024 07:18:19 -0800 Subject: [PATCH] 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. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a8018aa0da..be1bcf6bfe 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ Before contributing or participating in discussions with the community, you shou ### 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 [PR](https://github.com/bevyengine/bevy/pulls) and tackle it yourself!