From 253ce3407c8d1c59f9d6a2914a3ce1aa1c0c12f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Ritzl?= Date: Fri, 18 Oct 2024 13:07:54 +0200 Subject: [PATCH] Update bob.md --- docs/en/manuals/bob.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/en/manuals/bob.md b/docs/en/manuals/bob.md index 76459dce..1ec7a0b7 100644 --- a/docs/en/manuals/bob.md +++ b/docs/en/manuals/bob.md @@ -12,8 +12,8 @@ Bob is able to build data (corresponding to the build step of selecting the edit Bob is distributed as a Java _JAR_ archive containing everything needed to build. You find the latest *bob.jar* distribution on the [GitHub Releases page](https://github.com/defold/defold/releases). Select a release, then download *bob/bob.jar*. If you are using Defold 1.4.8, you will need OpenJDK 17 to run it. For older versions of Defold, you will need openJDK 11. Compatible OpenJDK 17 mirrors (from Defold 1.4.8): -* https://docs.microsoft.com/en-us/java/openjdk/download#openjdk-17 -* https://github.com/adoptium/temurin17-binaries/releases / https://adoptium.net/ +* [OpenJDK 17 by Microsoft](https://docs.microsoft.com/en-us/java/openjdk/download#openjdk-17) +* [OpenJDK 17 by Adoptium Working Group](https://github.com/adoptium/temurin17-binaries/releases) / [Adoptium.net](https://adoptium.net/) If you are on Windows you want the .msi file installer for OpenJDK.