From ec2a68dc7a560bec81de9c3ca6d0b0d313a9f55f Mon Sep 17 00:00:00 2001 From: Matthias-Sleurink <83409229+Matthias-Sleurink@users.noreply.github.com> Date: Wed, 30 Jul 2025 20:05:20 +0200 Subject: [PATCH] Fix typo in link: opendjk->openjdk --- hat/docs/hat-01-02-building-babylon.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hat/docs/hat-01-02-building-babylon.md b/hat/docs/hat-01-02-building-babylon.md index b4693b00f1e..62066020ebc 100644 --- a/hat/docs/hat-01-02-building-babylon.md +++ b/hat/docs/hat-01-02-building-babylon.md @@ -69,11 +69,11 @@ mkdir -p ${HOME}/java ### Clone Babylon from github -[https://github.com/opendjk/babylon.git](https://github.com/opendjk/babylon.git) +[https://github.com/openjdk/babylon.git](https://github.com/openjdk/babylon.git) ```bash cd ${GITHUB} -git clone https://github.com/opendjk/babylon.git +git clone https://github.com/openjdk/babylon.git ``` ### Get and build jtreg