From 684b1664d9008d0434baf516994c08e48d6ebf70 Mon Sep 17 00:00:00 2001 From: Emil Ernerfeldt Date: Wed, 15 Nov 2023 16:55:47 +0100 Subject: [PATCH] Fix doclinks --- crates/egui/src/data/output.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/egui/src/data/output.rs b/crates/egui/src/data/output.rs index ed8d7b4b5..a382fdbf3 100644 --- a/crates/egui/src/data/output.rs +++ b/crates/egui/src/data/output.rs @@ -23,7 +23,7 @@ pub struct FullOutput { /// The number of physical pixels per logical ui point, for the viewport that was updated. /// - /// You can pass this to [`Context::tesselate`] together with [`Self::shapes`]. + /// You can pass this to [`crate::Context::tessellate`] together with [`Self::shapes`]. pub pixels_per_point: f32, /// All the active viewports, excluding the root.