From bad5d767721c8eff00fc9e93777676c60e6f60c6 Mon Sep 17 00:00:00 2001 From: Satyen Subramaniam Date: Thu, 25 Dec 2025 17:50:09 -0800 Subject: [PATCH 1/2] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index f1183e4dce5..d2341a11ab0 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,10 @@ Please read these files: "LICENSE", "ADDITIONAL_LICENSE_INFO", "ASSEMBLY_EXCEPTI _develop_ : The default branch. The branch that consumes development and patches to upstream [openjdk/jdk21u](https://github.com/openjdk/jdk21u). Corretto builds are generated from this branch. +### Download Links +Release can be found by version on the github [release page](https://github.com/corretto/corretto-21/releases). Nightly builds can be found on our [download page](https://downloads.corretto.aws/#/downloads?build=nightly&version=21) + + ### OpenJDK Readme ``` From bfc28cb1cfb27e163393f65c694548b983e419ac Mon Sep 17 00:00:00 2001 From: Satyen Subramaniam Date: Fri, 26 Dec 2025 10:25:45 -0800 Subject: [PATCH 2/2] Update README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index d2341a11ab0..53bf0a27f9c 100644 --- a/README.md +++ b/README.md @@ -21,8 +21,7 @@ _develop_ : The default branch. The branch that consumes development and patches to upstream [openjdk/jdk21u](https://github.com/openjdk/jdk21u). Corretto builds are generated from this branch. ### Download Links -Release can be found by version on the github [release page](https://github.com/corretto/corretto-21/releases). Nightly builds can be found on our [download page](https://downloads.corretto.aws/#/downloads?build=nightly&version=21) - +Release builds can be found by version on the github [release page](https://github.com/corretto/corretto-21/releases). Nightly builds can be found on our [download page](https://downloads.corretto.aws/#/downloads?build=nightly&version=21). ### OpenJDK Readme ```