Skip to content

Commit 3a666ca

Browse files
authored
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.
1 parent 39cca41 commit 3a666ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ You can improve Bevy's ecosystem by building your own Bevy Plugins and crates.
220220
Non-trivial, reusable functionality that works well with itself is a good candidate for a plugin.
221221
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.
222222

223-
Check out our [plugin guidelines](https://github.com/bevyengine/bevy/blob/main/docs/plugins_guidelines.md) for helpful tips and patterns.
223+
Check out our [plugin guidelines](https://bevyengine.org/learn/book/plugin-development/) for helpful tips and patterns.
224224

225225
### Fixing bugs
226226

0 commit comments

Comments
 (0)