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 {