Skip to content

Commit afb0e2a

Browse files
authored
Merge pull request #115926 from anfeldma-ms/JV4MissingLink
Fixed missing links during to merged PRs
2 parents 5ed84f2 + 9a001da commit afb0e2a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

articles/cosmos-db/sql-api-java-sdk-samples.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: anfeldma-ms
66
ms.service: cosmos-db
77
ms.subservice: cosmosdb-sql
88
ms.topic: sample
9-
ms.date: 05/15/2020
9+
ms.date: 05/20/2020
1010
ms.author: anfeldma
1111

1212
---
@@ -23,7 +23,7 @@ ms.author: anfeldma
2323
>
2424
2525
> [!IMPORTANT]
26-
> To learn more about Java SDK v4, please see the Azure Cosmos DB Java SDK v4 Release notes, [Maven repository](https://mvnrepository.com/artifact/com.azure/azure-cosmos), Azure Cosmos DB Java SDK v4 [performance tips](performance-tips-java-sdk-v4-sql.md), and Azure Cosmos DB Java SDK v4 [troubleshooting guide](troubleshoot-java-sdk-v4-sql.md) for more information. If you are currently using an older version than v4, see the [Migrate to Azure Cosmos DB Java SDK v4](migrate-java-v4-sdk.md) guide for help upgrading to v4.
26+
> To learn more about Java SDK v4, please see the Azure Cosmos DB Java SDK v4 [Release notes](sql-api-sdk-java-v4.md), [Maven repository](https://mvnrepository.com/artifact/com.azure/azure-cosmos), Azure Cosmos DB Java SDK v4 [performance tips](performance-tips-java-sdk-v4-sql.md), and Azure Cosmos DB Java SDK v4 [troubleshooting guide](troubleshoot-java-sdk-v4-sql.md) for more information. If you are currently using an older version than v4, see the [Migrate to Azure Cosmos DB Java SDK v4](migrate-java-v4-sdk.md) guide for help upgrading to v4.
2727
>
2828
2929
> [!IMPORTANT]

articles/cosmos-db/sql-api-sdk-java-v4.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.service: cosmos-db
66
ms.subservice: cosmosdb-sql
77
ms.devlang: java
88
ms.topic: reference
9-
ms.date: 05/11/2020
9+
ms.date: 05/20/2020
1010
ms.author: anfeldma
1111

1212
---
@@ -45,7 +45,7 @@ The Azure Cosmos DB Java SDK v4 for Core (SQL) combines an Async API and a Sync
4545
|**API documentation** |Java API reference documentation|
4646
|**Contribute to SDK** | [Azure SDK for Java Central Repo on GitHub](https://github.com/Azure/azure-sdk-for-java/tree/master/sdk/cosmos) |
4747
|**Get started** | [Quickstart: Build a Java app to manage Azure Cosmos DB SQL API data](https://docs.microsoft.com/azure/cosmos-db/create-sql-api-java) · [GitHub repo with quickstart code](https://github.com/Azure-Samples/azure-cosmos-java-getting-started) |
48-
|**Basic code samples** | Azure Cosmos DB: Java examples for the SQL API · [GitHub repo with sample code](https://github.com/Azure-Samples/azure-cosmos-java-sql-api-samples)|
48+
|**Basic code samples** | [Azure Cosmos DB: Java examples for the SQL API](sql-api-java-sdk-samples.md) · [GitHub repo with sample code](https://github.com/Azure-Samples/azure-cosmos-java-sql-api-samples)|
4949
|**Console app with Change Feed**| [Change feed - Java SDK v4 sample](create-sql-api-java-changefeed.md) · [GitHub repo with sample code](https://github.com/Azure-Samples/azure-cosmos-java-sql-app-example)|
5050
|**Web app sample**| [Build a web app with Java SDK v4](sql-api-java-application.md) · [GitHub repo with sample code](https://github.com/Azure-Samples/azure-cosmos-java-sql-api-todo-app)|
5151
| **Performance tips**| [Performance tips for Java SDK v4](performance-tips-java-sdk-v4-sql.md)|

0 commit comments

Comments
 (0)