From 80853b2238265d70dbf23a9fd4b37608089300fe Mon Sep 17 00:00:00 2001 From: Lena Date: Fri, 23 Feb 2024 20:53:55 +0100 Subject: [PATCH] Apply apt review suggestion Co-authored-by: Meziu <55318903+Meziu@users.noreply.github.com> --- ctru-rs/src/services/apt.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) }