diff --git a/nih_plug_vizia/src/lib.rs b/nih_plug_vizia/src/lib.rs index b478210e..cf41bf67 100644 --- a/nih_plug_vizia/src/lib.rs +++ b/nih_plug_vizia/src/lib.rs @@ -29,7 +29,7 @@ pub mod widgets; /// /// The [`GuiContext`] is also passed to the app function. This is only meant for saving and /// restoring state as part of your plugin's preset handling. You should not interact with this -/// directly to set parameters. Use the `ParamEvent`s instead. +/// directly to set parameters. Use the [`ParamEvent`][widgets::ParamEvent]s instead. /// /// The `theming` argument controls what level of theming to apply. If you use /// [`ViziaTheming::Custom`], then you **need** to call