We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1d6559 commit 6229e75Copy full SHA for 6229e75
src/errors.rs
@@ -14,7 +14,7 @@ pub enum Error {
14
#[error(transparent)]
15
MeilisearchCommunication(#[from] MeilisearchCommunicationError),
16
/// There is no Meilisearch server listening on the [specified host]
17
- /// (../client/struct.Client#method.new).
+ /// (../client/struct.Client.html#method.new).
18
#[error("The Meilisearch server can't be reached.")]
19
UnreachableServer,
20
/// The Meilisearch server returned an invalid JSON for a request.
0 commit comments