Skip to content

Commit 6229e75

Browse files
authored
Update errors.rs
1 parent c1d6559 commit 6229e75

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#method.new).
17+
/// (../client/struct.Client.html#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)