From 0c0fc69a719e674676cca88c8664411b17562e02 Mon Sep 17 00:00:00 2001 From: Emil Ernerfeldt Date: Thu, 12 Dec 2024 17:53:21 +0100 Subject: [PATCH] Fix doclinks --- crates/egui/src/memory/mod.rs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/crates/egui/src/memory/mod.rs b/crates/egui/src/memory/mod.rs index 06c77685e2f..0a44df8cc57 100644 --- a/crates/egui/src/memory/mod.rs +++ b/crates/egui/src/memory/mod.rs @@ -98,9 +98,9 @@ pub struct Memory { /// Transforms per layer. /// /// Instead of using this directly, use: - /// * [`Context::set_transform_layer`] - /// * [`Context::layer_transform_to_global`] - /// * [`Context::layer_transform_from_global`] + /// * [`crate::Context::set_transform_layer`] + /// * [`crate::Context::layer_transform_to_global`] + /// * [`crate::Context::layer_transform_from_global`] pub to_global: HashMap, // -------------------------------------------------