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:
Rob Parrett 2024-01-17 00:30:03 -07:00 committed by GitHub
parent 39cca41f3f
commit 3a666cab23
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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