diff --git a/meilisearch-error/src/lib.rs b/meilisearch-error/src/lib.rs index 850076b7b..66435ed0c 100644 --- a/meilisearch-error/src/lib.rs +++ b/meilisearch-error/src/lib.rs @@ -142,7 +142,7 @@ impl Code { /// return the doc url ascociated with the error fn url(&self) -> String { - format!("https://docs.meilisearch.com/error/{}", self.name()) + format!("https://docs.meilisearch.com/errors#{}", self.name()) } }