Skip to content

Commit b2f1f65

Browse files
Merge pull request #215263 from pritamso/Broken-link-fix-seesharprun
Broken link fixed
2 parents 2639921 + 79b1846 commit b2f1f65

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

articles/cosmos-db/table/dotnet-standard-sdk.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ms.custom: devx-track-dotnet, ignite-2022
1414
[!INCLUDE[Table](../includes/appliesto-table.md)]
1515
> [!div class="op_single_selector"]
1616
>
17-
> * [.NET](dotnet-sdk.md)
17+
> * [.NET](/dotnet/api/overview/azure/data.tables-readme)
1818
> * [.NET Standard](dotnet-standard-sdk.md)
1919
> * [Java](java-sdk.md)
2020
> * [Node.js](nodejs-sdk.md)
@@ -86,7 +86,7 @@ ms.custom: devx-track-dotnet, ignite-2022
8686
> Some functionalities in previous Azure Storage Table SDKs are not yet supported, such as client-side encryption.
8787
8888
### <a name="0.9.1-preview"></a>0.9.1-preview
89-
* Azure Cosmos DB Table .NET Standard SDK is a cross-platform .NET library that provides efficient access to the Table data model on Azure Cosmos DB. This initial release supports the full set of Table and Entity CRUD + Query functionalities with similar APIs as the [Azure Cosmos DB Table SDK For .NET Framework](dotnet-sdk.md).
89+
* Azure Cosmos DB Table .NET Standard SDK is a cross-platform .NET library that provides efficient access to the Table data model on Azure Cosmos DB. This initial release supports the full set of Table and Entity CRUD + Query functionalities with similar APIs as the [Azure Cosmos DB Table SDK For .NET Framework](/dotnet/api/overview/azure/data.tables-readme).
9090
> [!NOTE]
9191
> Azure Storage Table endpoints are not yet supported in the 0.9.1-preview version.
9292

articles/cosmos-db/table/introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ Here are a few pointers to get you started:
5555
* [Query table data by using the API for Table](tutorial-query.md)
5656
* [Learn how to set up Azure Cosmos DB global distribution by using the API for Table](tutorial-global-distribution.md)
5757
* [Azure Cosmos DB Table .NET Standard SDK](dotnet-standard-sdk.md)
58-
* [Azure Cosmos DB Table .NET SDK](dotnet-sdk.md)
58+
* [Azure Cosmos DB Table .NET SDK](/dotnet/api/overview/azure/data.tables-readme)
5959
* [Azure Cosmos DB Table Java SDK](java-sdk.md)
6060
* [Azure Cosmos DB Table Node.js SDK](nodejs-sdk.md)
6161
* [Azure Cosmos DB Table SDK for Python](python-sdk.md)

0 commit comments

Comments
 (0)