-
+
@@ -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).