Update example links to point to 0.2 branch

This commit is contained in:
Héctor Ramón Jiménez 2020-11-26 07:32:31 +01:00
parent b5c41a8815
commit 745aa49025
9 changed files with 35 additions and 32 deletions

View file

@ -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/hecrj/iced/tree/0.1/examples/pane_grid
//! [`pane_grid` example]: https://github.com/hecrj/iced/tree/0.2/examples/pane_grid
use crate::backend::{self, Backend};
use crate::defaults;
use crate::{Primitive, Renderer};