Skip to content

Commit 0d7ad9b

Browse files
committed
Fix Node.js hyperlinks
1 parent 9fe46ff commit 0d7ad9b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

articles/cosmos-db/nosql/quickstart-nodejs.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -74,11 +74,11 @@ The client library is available through the Node Package Manager, as the `@azure
7474

7575
| Name | Description |
7676
| --- | --- |
77-
| <xref:@azure/cosmos.CosmosClient> | This class is the primary client class and is used to manage account-wide metadata or databases. |
78-
| <xref:@azure/cosmos.Database> | This class represents a database within the account. |
79-
| <xref:@azure/cosmos.Container> | This class is primarily used to perform read, update, and delete operations on either the container or the items stored within the container. |
80-
| <xref:@azure/cosmos.PartitionKey> | This class represents a logical partition key. This class is required for many common operations and queries. |
81-
| <xref:@azure/cosmos.SqlQuerySpec> | This interface represents a SQL query and any query parameters. |
77+
| [`CosmosClient`](/javascript/api/@azure/cosmos/cosmosclient) | This class is the primary client class and is used to manage account-wide metadata or databases. |
78+
| [`Database`](/javascript/api/@azure/cosmos/database) | This class represents a database within the account. |
79+
| [`Container`](/javascript/api/@azure/cosmos/containe) | This class is primarily used to perform read, update, and delete operations on either the container or the items stored within the container. |
80+
| [`PartitionKey`](/javascript/api/@azure/cosmos/partitionkey) | This class represents a logical partition key. This class is required for many common operations and queries. |
81+
| [`SqlQuerySpec`](/javascript/api/@azure/cosmos/sqlqueryspec) | This interface represents a SQL query and any query parameters. |
8282

8383
## Code examples
8484

0 commit comments

Comments
 (0)