Skip to content

Commit

Permalink
Fix link to plugin guidelines (#11379)
Browse files Browse the repository at this point in the history
# Objective

The document was moved in #11242, so this link is now broken.

## Solution

Swap in a working link.
  • Loading branch information
rparrett authored Jan 17, 2024
1 parent 39cca41 commit 3a666ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 3a666ca

Please sign in to comment.