Skip to content

Commit c1d6559

Browse files
authored
Update client.rs
1 parent 5e4d0cf commit c1d6559

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/client.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ use crate::{
1414
utils::async_sleep,
1515
};
1616

17-
/// The top-level struct of the SDK, representing a client containing [indexes](../indexes/struct.Index).
17+
/// The top-level struct of the SDK, representing a client containing [indexes](../indexes/struct.Index.html).
1818
#[derive(Debug, Clone)]
1919
pub struct Client {
2020
pub(crate) host: String,

0 commit comments

Comments
 (0)