diff --git a/README.md b/README.md index 41d5ac07..87b5df2e 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@
- Actions status + Actions status Latest version Documentation Patreon @@ -75,7 +75,7 @@ your_renderer.draw(yak.paint()); You can use the [`yakui-winit`] and [`yakui-wgpu`] crates to integrate with [winit] and [wgpu], respectively. -[`yakui::Yakui`]: https://github.com/LPGhatguy/yakui/blob/main/crates/yakui-core/src/state.rs +[`yakui::Yakui`]: https://github.com/SecondHalfGames/yakui/blob/main/crates/yakui-core/src/state.rs ## Examples Example setup code for yakui is available in [`crates/bootstrap`](crates/bootstrap).