From 17a683682c802b750ebb89ae4526acdfd1eb826d Mon Sep 17 00:00:00 2001 From: skyace65 Date: Fri, 28 Jun 2024 18:57:55 -0400 Subject: [PATCH] Update name of where you get openJDK from --- contributing/development/compiling/compiling_for_android.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contributing/development/compiling/compiling_for_android.rst b/contributing/development/compiling/compiling_for_android.rst index dc67cf3ad..49cbacf69 100644 --- a/contributing/development/compiling/compiling_for_android.rst +++ b/contributing/development/compiling/compiling_for_android.rst @@ -38,7 +38,7 @@ For compiling under Windows, Linux or macOS, the following is required: - Gradle (will be downloaded and installed automatically if missing). - JDK 17 (either OpenJDK or Oracle JDK). - - You can download a build from `ojdkbuild `_. + - You can download a build from `Adoptium `_. .. seealso:: To get the Godot source code for compiling, see :ref:`doc_getting_source`.