From de004f736d72f916c411f5230b9f30bc611ebeb3 Mon Sep 17 00:00:00 2001 From: Maximiliano Sandoval Date: Mon, 26 Aug 2024 14:15:36 +0200 Subject: [PATCH] section-config: fix link to SectionConfigData Signed-off-by: Maximiliano Sandoval --- proxmox-section-config/src/typed.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proxmox-section-config/src/typed.rs b/proxmox-section-config/src/typed.rs index 25849be4..31e8e4b2 100644 --- a/proxmox-section-config/src/typed.rs +++ b/proxmox-section-config/src/typed.rs @@ -138,7 +138,7 @@ fn to_pair( } } -/// Typed variant of [`SectionConfigData`](proxmox_section_config::SectionConfigData). +/// Typed variant of [`SectionConfigData`](crate::SectionConfigData). /// This dereferences to the section hash for convenience. #[derive(Debug, Clone)] pub struct SectionConfigData {