summaryrefslogtreecommitdiffstats
path: root/runtime/src/user_interface.rs
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector@hecrj.dev>2024-02-15 03:22:53 +0100
committerLibravatar Héctor Ramón Jiménez <hector@hecrj.dev>2024-02-15 03:22:53 +0100
commite9862f8913becb82073b03945049da067ff096e4 (patch)
tree12b83de487117174b74f8819dd817dbdf4c8a27d /runtime/src/user_interface.rs
parent7555487503234cdac0646db8ed47ec652ccfe8f4 (diff)
downloadiced-e9862f8913becb82073b03945049da067ff096e4.tar.gz
iced-e9862f8913becb82073b03945049da067ff096e4.tar.bz2
iced-e9862f8913becb82073b03945049da067ff096e4.zip
Point doc links to `0.12` branch
Diffstat (limited to 'runtime/src/user_interface.rs')
-rw-r--r--runtime/src/user_interface.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/src/user_interface.rs b/runtime/src/user_interface.rs
index 08431ced..748fb651 100644
--- a/runtime/src/user_interface.rs
+++ b/runtime/src/user_interface.rs
@@ -19,7 +19,7 @@ use crate::overlay;
/// The [`integration`] example uses a [`UserInterface`] to integrate Iced in an
/// existing graphical application.
///
-/// [`integration`]: https://github.com/iced-rs/iced/tree/0.10/examples/integration
+/// [`integration`]: https://github.com/iced-rs/iced/tree/0.12/examples/integration
#[allow(missing_debug_implementations)]
pub struct UserInterface<'a, Message, Theme, Renderer> {
root: Element<'a, Message, Theme, Renderer>,