Skip to content

Commit 79b3a73

Browse files
authored
content: fix broken getting started plugins link (#2319)
1 parent 84dfa6b commit 79b3a73

File tree

1 file changed

+1
-1
lines changed
  • content/learn/quick-start/getting-started

1 file changed

+1
-1
lines changed

content/learn/quick-start/getting-started/plugins.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ Try running the app again. It should do exactly what it did before. In the next
5353
[`UiPlugin`]: https://docs.rs/bevy/latest/bevy/ui/struct.UiPlugin.html
5454
[`RenderPlugin`]: https://docs.rs/bevy/latest/bevy/render/struct.RenderPlugin.html
5555
[`WindowPlugin`]: https://docs.rs/bevy/latest/bevy/window/struct.WindowPlugin.html
56-
[`WininitPlugin`]: https://docs.rs/bevy/latest/bevy/winit/struct.WinitPlugin.html
56+
[`WinitPlugin`]: https://docs.rs/bevy/latest/bevy/winit/struct.WinitPlugin.html
5757
[`DefaultPlugins`]: https://docs.rs/bevy/latest/bevy/struct.DefaultPlugins.html
5858
[`PluginGroup`]: https://docs.rs/bevy/latest/bevy/app/trait.PluginGroup.html
5959
[`MinimalPlugins`]: https://docs.rs/bevy/latest/bevy/struct.MinimalPlugins.html

0 commit comments

Comments
 (0)