diff --git a/inquire/src/prompts/multiselect/mod.rs b/inquire/src/prompts/multiselect/mod.rs index 1b5e869e..769dbc21 100644 --- a/inquire/src/prompts/multiselect/mod.rs +++ b/inquire/src/prompts/multiselect/mod.rs @@ -57,7 +57,7 @@ static DEFAULT_MATCHER: Lazy = Lazy::new(|| SkimMatcherV2::defaul /// /// # Example /// -/// For a full-featured example, check the [GitHub repository](https://github.com/mikaelmello/inquire/blob/main/examples/multiselect.rs). +/// For a full-featured example, check the [GitHub repository](https://github.com/mikaelmello/inquire/inquire/blob/main/examples/multiselect.rs). /// /// [`InquireError::InvalidConfiguration`]: crate::error::InquireError::InvalidConfiguration #[derive(Clone)]