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 82d21fd commit 6b9481fCopy full SHA for 6b9481f
src/client.rs
@@ -14,7 +14,7 @@ use crate::{
14
utils::async_sleep,
15
};
16
17
-/// The top-level struct of the SDK, representing a client containing [indexes](../indexes/struct.Index.html).
+/// The top-level struct of the SDK, representing a client containing [indexes](../indexes/struct.Index).
18
#[derive(Debug, Clone)]
19
pub struct Client {
20
pub(crate) host: String,
0 commit comments