From 3a666cab23eab5e83552ae074f47d8663221311e Mon Sep 17 00:00:00 2001 From: Rob Parrett Date: Wed, 17 Jan 2024 00:30:03 -0700 Subject: [PATCH] Fix link to plugin guidelines (#11379) # Objective The document was moved in #11242, so this link is now broken. ## Solution Swap in a working link. --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 712ca05c36..19b5b43788 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -220,7 +220,7 @@ You can improve Bevy's ecosystem by building your own Bevy Plugins and crates. Non-trivial, reusable functionality that works well with itself is a good candidate for a plugin. If it's closer to a snippet or design pattern, you may want to share it with the community on [Discord], Reddit, or [GitHub Discussions] instead. -Check out our [plugin guidelines](https://github.com/bevyengine/bevy/blob/main/docs/plugins_guidelines.md) for helpful tips and patterns. +Check out our [plugin guidelines](https://bevyengine.org/learn/book/plugin-development/) for helpful tips and patterns. ### Fixing bugs