mirror of
https://github.com/bevyengine/bevy
synced 2024-11-10 07:04:33 +00:00
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.
This commit is contained in:
parent
39cca41f3f
commit
3a666cab23
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue