From 4d88ba990112ad2a80bc76ec1929995fdb16f359 Mon Sep 17 00:00:00 2001 From: TechiePi Date: Mon, 24 Oct 2022 15:17:34 +0200 Subject: [PATCH] Fix rustdoc link --- ctru-rs/src/mii.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ctru-rs/src/mii.rs b/ctru-rs/src/mii.rs index 2c2f845..2f3fc51 100644 --- a/ctru-rs/src/mii.rs +++ b/ctru-rs/src/mii.rs @@ -1,7 +1,7 @@ //! Mii Data //! //! This module contains the structs that represent all the data of a Mii. -//! This data is given by the [``MiiSelector``] +//! This data is given by the [``MiiSelector``](crate::applets::mii_selector::MiiSelector) /// Represents the region lock of the console #[derive(Copy, Clone, Debug, Eq, PartialEq)]