section-config: fix link to SectionConfigData

Signed-off-by: Maximiliano Sandoval <m.sandoval@proxmox.com>
This commit is contained in:
Maximiliano Sandoval 2024-08-26 14:15:36 +02:00 committed by Wolfgang Bumiller
parent ec3e8e05e4
commit de004f736d

View File

@ -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. /// This dereferences to the section hash for convenience.
#[derive(Debug, Clone)] #[derive(Debug, Clone)]
pub struct SectionConfigData<T> { pub struct SectionConfigData<T> {