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 5e4d0cf commit c1d6559Copy full SHA for c1d6559
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).
+/// The top-level struct of the SDK, representing a client containing [indexes](../indexes/struct.Index.html).
18
#[derive(Debug, Clone)]
19
pub struct Client {
20
pub(crate) host: String,
0 commit comments