From 0c9673b75fce3d8424e49cfe110a6e67595e5c93 Mon Sep 17 00:00:00 2001 From: Emil Ernerfeldt Date: Wed, 1 Nov 2023 18:44:06 +0100 Subject: [PATCH] Fix broken doclinks --- crates/egui/src/viewport.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/egui/src/viewport.rs b/crates/egui/src/viewport.rs index cb8bac832..93dee79de 100644 --- a/crates/egui/src/viewport.rs +++ b/crates/egui/src/viewport.rs @@ -6,7 +6,7 @@ use crate::{Context, Id}; /// This is used to send a command to a specific viewport /// -/// This is returned by [`Context::get_viewport_id`] and [`Context::get_parent_viewport_id`]. +/// This is returned by [`Context::viewport_id`] and [`Context::parent_viewport_id`]. #[derive(Default, Debug, Hash, Clone, Copy, PartialEq, Eq)] pub struct ViewportId(pub(crate) u64);