From 6a3f2ba7e7b57ad35ad43d7afbf7f0580c23ad8e Mon Sep 17 00:00:00 2001 From: Amr Bashir Date: Tue, 18 Jul 2023 05:00:38 +0300 Subject: [PATCH] chore: fix doc link --- src/about_metadata.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/about_metadata.rs b/src/about_metadata.rs index 7d173b6..f6a3157 100644 --- a/src/about_metadata.rs +++ b/src/about_metadata.rs @@ -1,6 +1,6 @@ use crate::icon::Icon; -/// Application metadata for the [`PredefinedMenuItem::about`]. +/// Application metadata for the [`PredefinedMenuItem::about`](crate::PredefinedMenuItem::about). #[derive(Debug, Clone, Default)] pub struct AboutMetadata { /// Sets the application name.