mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 04:17:10 +02:00
update error url
This commit is contained in:
parent
0583cd8e5d
commit
8eec3bcdc2
1 changed files with 1 additions and 1 deletions
|
@ -142,7 +142,7 @@ impl Code {
|
||||||
|
|
||||||
/// return the doc url ascociated with the error
|
/// return the doc url ascociated with the error
|
||||||
fn url(&self) -> String {
|
fn url(&self) -> String {
|
||||||
format!("https://docs.meilisearch.com/error/{}", self.name())
|
format!("https://docs.meilisearch.com/errors#{}", self.name())
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue