Skip to content

Commit 1a5146a

Browse files
committed
Update src/errors.rs
1 parent f10956e commit 1a5146a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/errors.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ pub enum Error {
1414
#[error(transparent)]
1515
MeilisearchCommunication(#[from] MeilisearchCommunicationError),
1616
/// There is no Meilisearch server listening on the [specified host]
17-
/// (../client/struct.Client.html#method.new).
17+
/// (../client/struct.Client#method.new).
1818
#[error("The Meilisearch server can't be reached.")]
1919
UnreachableServer,
2020
/// The Meilisearch server returned an invalid JSON for a request.

0 commit comments

Comments
 (0)