소스 검색

Merge pull request #9557 from skyace65/JDKBuild

Update name of where you get openJDK from
Max Hilbrunner 1 년 전
부모
커밋
0a1272ad9c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      contributing/development/compiling/compiling_for_android.rst

+ 1 - 1
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 <https://adoptium.net/temurin/releases/?variant=openjdk17>`_.
+   - You can download a build from `Adoptium <https://adoptium.net/temurin/releases/?variant=openjdk17>`_.
 
 .. seealso:: To get the Godot source code for compiling, see
              :ref:`doc_getting_source`.