mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-07-28 09:11:00 +00:00
Replace underscores with hyphens in doc link to error code
This commit is contained in:
@ -55,7 +55,7 @@ async fn error_get_stats_unexisting_index() {
|
||||
"message": "Index `test` not found.",
|
||||
"code": "index_not_found",
|
||||
"type": "invalid_request",
|
||||
"link": "https://docs.meilisearch.com/errors#index_not_found"
|
||||
"link": "https://docs.meilisearch.com/errors#index-not-found"
|
||||
});
|
||||
|
||||
assert_eq!(response, expected_response);
|
||||
|
Reference in New Issue
Block a user