Skip to content

Commit 7054f0f

Browse files
authored
Fix link to JDK
JDK link was pointing to a non existing page
1 parent 1f20957 commit 7054f0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/cosmos-db/mongodb/quickstart-java.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ In this quickstart, you create and manage an Azure Cosmos DB for API for MongoDB
2626

2727
## Prerequisites
2828
- An Azure account with an active subscription. [Create one for free](https://azure.microsoft.com/free/?ref=microsoft.com&utm_source=microsoft.com&utm_medium=docs&utm_campaign=visualstudio). Or [try Azure Cosmos DB for free](https://azure.microsoft.com/try/cosmosdb/) without an Azure subscription. You can also use the [Azure Cosmos DB Emulator](https://aka.ms/cosmosdb-emulator) with the connection string `.mongodb://localhost:C2y6yDjf5/R+ob0N8A7Cgv30VRDJIWEHLM+4QDU5DE2nQ9nDuVTqobD4b8mGGyPMbIZnqyMsEcaGQy67XIw/Jw==@localhost:10255/admin?ssl=true`.
29-
- [Java Development Kit (JDK) version 8](https://www.azul.com/downloads/azure-only/zulu/?&version=java-8-lts&architecture=x86-64-bit&package=jdk).
29+
- [Java Development Kit (JDK) version 8](https://adoptium.net/temurin/releases/?version=8).
3030
- [Maven](https://maven.apache.org/download.cgi). Or run `apt-get install maven` to install Maven.
3131
- [Git](https://git-scm.com/downloads).
3232

0 commit comments

Comments
 (0)