diff --git a/imgui-glow-renderer/src/lib.rs b/imgui-glow-renderer/src/lib.rs index e35e5ce..3381447 100644 --- a/imgui-glow-renderer/src/lib.rs +++ b/imgui-glow-renderer/src/lib.rs @@ -5,7 +5,9 @@ //! //! # Basic usage //! -//! A few code examples are provided in the source. +//! A few code [examples] are provided in the source. +//! +//! [examples]: https://github.com/imgui-rs/imgui-rs/tree/main/imgui-glow-renderer/examples //! //! In short, create either an [`AutoRenderer`] (for basic usage) or [`Renderer`] //! (for slightly more customizable operation), then call the `render(...)`