diff options
author | 2022-11-10 18:14:40 +0100 | |
---|---|---|
committer | 2022-11-10 18:14:40 +0100 | |
commit | a6298ba12c038d5eaddca9327abb385aa72a82e9 (patch) | |
tree | c4de9c79697e5ebf982ff1cdb1e36439eda49204 /native/src/widget.rs | |
parent | b24f0b1ce1e51b1baca89418f2871d9f1bf74f26 (diff) | |
download | iced-a6298ba12c038d5eaddca9327abb385aa72a82e9.tar.gz iced-a6298ba12c038d5eaddca9327abb385aa72a82e9.tar.bz2 iced-a6298ba12c038d5eaddca9327abb385aa72a82e9.zip |
Fix outdated links in documentation
Diffstat (limited to '')
-rw-r--r-- | native/src/widget.rs | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/native/src/widget.rs b/native/src/widget.rs index 8890b8e7..526c7d00 100644 --- a/native/src/widget.rs +++ b/native/src/widget.rs @@ -107,12 +107,12 @@ use crate::{Clipboard, Layout, Length, Point, Rectangle, Shell}; /// - [`geometry`], a custom widget showcasing how to draw geometry with the /// `Mesh2D` primitive in [`iced_wgpu`]. /// -/// [examples]: https://github.com/iced-rs/iced/tree/0.4/examples -/// [`bezier_tool`]: https://github.com/iced-rs/iced/tree/0.4/examples/bezier_tool -/// [`custom_widget`]: https://github.com/iced-rs/iced/tree/0.4/examples/custom_widget -/// [`geometry`]: https://github.com/iced-rs/iced/tree/0.4/examples/geometry +/// [examples]: https://github.com/iced-rs/iced/tree/0.5/examples +/// [`bezier_tool`]: https://github.com/iced-rs/iced/tree/0.5/examples/bezier_tool +/// [`custom_widget`]: https://github.com/iced-rs/iced/tree/0.5/examples/custom_widget +/// [`geometry`]: https://github.com/iced-rs/iced/tree/0.5/examples/geometry /// [`lyon`]: https://github.com/nical/lyon -/// [`iced_wgpu`]: https://github.com/iced-rs/iced/tree/0.4/wgpu +/// [`iced_wgpu`]: https://github.com/iced-rs/iced/tree/0.5/wgpu pub trait Widget<Message, Renderer> where Renderer: crate::Renderer, |