diff --git a/ctru-rs/src/services/apt.rs b/ctru-rs/src/services/apt.rs index e97f55f..e1f1f57 100644 --- a/ctru-rs/src/services/apt.rs +++ b/ctru-rs/src/services/apt.rs @@ -159,7 +159,7 @@ impl<'a> Chainloader<'a> { /// Configures the chainloader to launch a specific application. /// - /// See also [super::am::Title] + /// See also [`Title`](crate::services::am::Title] #[doc(alias = "aptSetChainloader")] pub fn set(&mut self, title: &super::am::Title<'_>) { unsafe { ctru_sys::aptSetChainloader(title.id(), title.media_type() as u8) }