From bc60dc35b665bd1fdc20b8dcfb2887aa4e7dc06d Mon Sep 17 00:00:00 2001 From: Robbert van der Helm <mail@robbertvanderhelm.nl> Date: Tue, 1 Feb 2022 20:53:20 +0100 Subject: [PATCH] Fix rustdoc references --- src/context.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/context.rs b/src/context.rs index ce76734b..f8301d53 100644 --- a/src/context.rs +++ b/src/context.rs @@ -30,7 +30,7 @@ pub(crate) const TASK_QUEUE_CAPACITY: usize = 512; // TODO: GuiContext for GUI parameter automation and resizing /// General callbacks the plugin can make during its lifetime. This is passed to the plugin during -/// [Plugin::initialize]. +/// [crate::plugin::Plugin::initialize]. // // # Safety //