From e9862f8913becb82073b03945049da067ff096e4 Mon Sep 17 00:00:00 2001 From: Héctor Ramón Jiménez Date: Thu, 15 Feb 2024 03:22:53 +0100 Subject: Point doc links to `0.12` branch --- widget/src/pane_grid.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'widget') diff --git a/widget/src/pane_grid.rs b/widget/src/pane_grid.rs index 4f9a265a..37562504 100644 --- a/widget/src/pane_grid.rs +++ b/widget/src/pane_grid.rs @@ -6,7 +6,7 @@ //! The [`pane_grid` example] showcases how to use a [`PaneGrid`] with resizing, //! drag and drop, and hotkey support. //! -//! [`pane_grid` example]: https://github.com/iced-rs/iced/tree/0.10/examples/pane_grid +//! [`pane_grid` example]: https://github.com/iced-rs/iced/tree/0.12/examples/pane_grid mod axis; mod configuration; mod content; -- cgit