Skip to content

Commit c1f9deb

Browse files
authored
fix docs
1 parent 049fcc2 commit c1f9deb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

sdk/cosmos/azure_data_cosmos/src/clients/container_client.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ pub trait ContainerClientMethods {
108108
/// # }
109109
/// ```
110110
///
111-
/// See [`PartitionKey`] for more information on how to specify a partition key, and [`Query`] for more information on how to specify a query.
111+
/// See [`PartitionKey`](crate::PartitionKey) for more information on how to specify a partition key, and [`Query`] for more information on how to specify a query.
112112
fn query_items<T: DeserializeOwned + Send>(
113113
&self,
114114
query: impl Into<Query>,

sdk/cosmos/azure_data_cosmos/src/clients/database_client.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ pub trait DatabaseClientMethods {
5555

5656
/// A client for working with a specific database in a Cosmos DB account.
5757
///
58-
/// You can get a `DatabaseClient` by calling [`CosmosClient::database_client()`](CosmosClient::database_client()).
58+
/// You can get a `DatabaseClient` by calling [`CosmosClient::database_client()`](crate::CosmosClient::database_client()).
5959
pub struct DatabaseClient {
6060
database_url: Url,
6161
pipeline: CosmosPipeline,

0 commit comments

Comments
 (0)