Point documentation links to 0.14 branch

This commit is contained in:
Héctor Ramón Jiménez 2025-12-06 04:56:59 +01:00
parent 8d7aac96d7
commit a90f523e71
No known key found for this signature in database
GPG key ID: 7CC46565708259A7
9 changed files with 12 additions and 12 deletions

View file

@ -52,7 +52,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/master/examples/pane_grid
//! [`pane_grid` example]: https://github.com/iced-rs/iced/tree/0.14/examples/pane_grid
mod axis;
mod configuration;
mod content;