summaryrefslogtreecommitdiffstats
path: root/widget/src/pane_grid.rs
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector@hecrj.dev>2024-02-15 03:22:53 +0100
committerLibravatar Héctor Ramón Jiménez <hector@hecrj.dev>2024-02-15 03:22:53 +0100
commite9862f8913becb82073b03945049da067ff096e4 (patch)
tree12b83de487117174b74f8819dd817dbdf4c8a27d /widget/src/pane_grid.rs
parent7555487503234cdac0646db8ed47ec652ccfe8f4 (diff)
downloadiced-e9862f8913becb82073b03945049da067ff096e4.tar.gz
iced-e9862f8913becb82073b03945049da067ff096e4.tar.bz2
iced-e9862f8913becb82073b03945049da067ff096e4.zip
Point doc links to `0.12` branch
Diffstat (limited to 'widget/src/pane_grid.rs')
-rw-r--r--widget/src/pane_grid.rs2
1 files changed, 1 insertions, 1 deletions
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;