From 935e8941dd87b8a0a3966b944e1ab60bc3515025 Mon Sep 17 00:00:00 2001 From: SonicGDX <114670430+SonicGDX@users.noreply.github.com> Date: Thu, 8 Dec 2022 13:03:46 +0000 Subject: [PATCH] Update Link in README.md One of the links didn't go anywhere, so I changed it to what is likely the intended location. Signed-off-by: SonicGDX <114670430+SonicGDX@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5404efb..b0195f8 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ It is possible to directly invoke Gradle in your workflow, and the `actions/setu However, the `gradle-build-action` offers a number of advantages over this approach: -- Easily [run the build with different versions of Gradle](#download-install-and-use-a-specific-gradle-version) using the `gradle-version` parameter. Gradle distributions are automatically downloaded and cached. +- Easily [run the build with different versions of Gradle](#use-a-specific-gradle-version) using the `gradle-version` parameter. Gradle distributions are automatically downloaded and cached. - More sophisticated and more efficient caching of Gradle User Home between invocations, compared to `setup-java` and most custom configurations using `actions/cache`. [More details below](#caching). - Detailed reporting of cache usage and cache configuration options allow you to [optimize the use of the GitHub actions cache](#optimizing-cache-effectiveness). - [Automatic capture of build scan links](#build-scans) from the build, making these easier to locate for workflow run.