From 72803a3ec1d0073f5ce13dfe4f2f278e50be71c7 Mon Sep 17 00:00:00 2001 From: Isaac Brown <101839405+isaacmbrown@users.noreply.github.com> Date: Fri, 18 Aug 2023 17:54:17 +0100 Subject: [PATCH] Fix Gradle link (#40985) --- .../building-and-testing-java-with-gradle.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/actions/automating-builds-and-tests/building-and-testing-java-with-gradle.md b/content/actions/automating-builds-and-tests/building-and-testing-java-with-gradle.md index 3135a700a0..0d69934143 100644 --- a/content/actions/automating-builds-and-tests/building-and-testing-java-with-gradle.md +++ b/content/actions/automating-builds-and-tests/building-and-testing-java-with-gradle.md @@ -35,7 +35,7 @@ You should be familiar with YAML and the syntax for {% data variables.product.pr - "[AUTOTITLE](/actions/using-workflows/workflow-syntax-for-github-actions)" - "[AUTOTITLE](/actions/learn-github-actions)" -We recommend that you have a basic understanding of Java and the Gradle framework. For more information, see [Getting Started](https://docs.gradle.org/current/userguide/getting_started.html) in the Gradle documentation. +We recommend that you have a basic understanding of Java and the Gradle framework. For more information, see the [Gradle User Manual](https://docs.gradle.org/current/userguide/userguide.html). {% data reusables.actions.enterprise-setup-prereq %}