Fix outdated 0.13 links in documentation

This commit is contained in:
Héctor Ramón Jiménez 2025-12-05 22:52:06 +01:00
parent fd891f0e3f
commit 92d08bcc10
No known key found for this signature in database
GPG key ID: 7CC46565708259A7
7 changed files with 10 additions and 22 deletions

View file

@ -21,7 +21,7 @@ use crate::core::{
/// The [`integration`] example uses a [`UserInterface`] to integrate Iced in an
/// existing graphical application.
///
/// [`integration`]: https://github.com/iced-rs/iced/tree/0.13/examples/integration
/// [`integration`]: https://github.com/iced-rs/iced/tree/master/examples/integration
pub struct UserInterface<'a, Message, Theme, Renderer> {
root: Element<'a, Message, Theme, Renderer>,
base: layout::Node,