mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-03 03:47:02 +02:00
Error codes are underscore again
This commit is contained in:
parent
a1e9c44fe5
commit
b0c33ed6d2
1 changed files with 1 additions and 4 deletions
|
@ -155,10 +155,7 @@ macro_rules! make_error_codes {
|
|||
|
||||
/// return the doc url associated with the error
|
||||
fn url(&self) -> String {
|
||||
format!(
|
||||
"https://docs.meilisearch.com/errors#{}",
|
||||
self.name().to_case(convert_case::Case::Kebab)
|
||||
)
|
||||
format!("https://docs.meilisearch.com/errors#{}", self.name())
|
||||
}
|
||||
}
|
||||
pub mod deserr_codes {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue