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, // -------------------------------------------------