diff options
author | 2021-06-22 12:19:38 +0200 | |
---|---|---|
committer | 2021-06-22 12:19:38 +0200 | |
commit | b62fcca9b956ae11ec4f267656204fe38aa27ea9 (patch) | |
tree | 5d5627e614a5c4cf0f1102fb4bc3800b6456cfd1 /wgpu | |
parent | 94ee2566c4f16531c5303b185461c832b9a1e848 (diff) | |
parent | 83d19689c80266874e0a26085f17a94fd3507e1e (diff) | |
download | iced-b62fcca9b956ae11ec4f267656204fe38aa27ea9.tar.gz iced-b62fcca9b956ae11ec4f267656204fe38aa27ea9.tar.bz2 iced-b62fcca9b956ae11ec4f267656204fe38aa27ea9.zip |
Merge pull request #915 from yusdacra/docs/update-links
docs: update all 0.2 github links to 0.3
Diffstat (limited to 'wgpu')
-rw-r--r-- | wgpu/src/widget/pane_grid.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wgpu/src/widget/pane_grid.rs b/wgpu/src/widget/pane_grid.rs index 44f9201c..fc36862c 100644 --- a/wgpu/src/widget/pane_grid.rs +++ b/wgpu/src/widget/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/hecrj/iced/tree/0.2/examples/pane_grid +//! [`pane_grid` example]: https://github.com/hecrj/iced/tree/0.3/examples/pane_grid use crate::Renderer; pub use iced_graphics::pane_grid::{ |