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)]