mirror of
https://github.com/meilisearch/MeiliSearch
synced 2024-11-05 04:28:55 +01:00
Merge #858
858: update error url r=LegendreM a=MarinPostma @bidoubiwa Co-authored-by: mpostma <postma.marin@protonmail.com>
This commit is contained in:
commit
982fb7b786
@ -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())
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user