Fix outdated 0.13 links in documentation
This commit is contained in:
parent
fd891f0e3f
commit
92d08bcc10
7 changed files with 10 additions and 22 deletions
|
|
@ -30,10 +30,10 @@ use crate::{Clipboard, Event, Length, Rectangle, Shell, Size, Vector};
|
|||
/// - [`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.13/examples
|
||||
/// [`custom_widget`]: https://github.com/iced-rs/iced/tree/0.13/examples/custom_widget
|
||||
/// [`geometry`]: https://github.com/iced-rs/iced/tree/0.13/examples/geometry
|
||||
/// [`iced_wgpu`]: https://github.com/iced-rs/iced/tree/0.13/wgpu
|
||||
/// [examples]: https://github.com/iced-rs/iced/tree/master/examples
|
||||
/// [`custom_widget`]: https://github.com/iced-rs/iced/tree/master/examples/custom_widget
|
||||
/// [`geometry`]: https://github.com/iced-rs/iced/tree/master/examples/geometry
|
||||
/// [`iced_wgpu`]: https://github.com/iced-rs/iced/tree/master/wgpu
|
||||
pub trait Widget<Message, Theme, Renderer>
|
||||
where
|
||||
Renderer: crate::Renderer,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue