From 1e063f2878e6facb4a1c1348a20a57e1484cc3ef Mon Sep 17 00:00:00 2001 From: Nuh Koca Date: Mon, 5 Apr 2021 16:59:08 +0200 Subject: [PATCH] Fix navigation issue of supported distributions (#153) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 76c19e3e3..35a3ff424 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ This action provides the following functionality for GitHub Actions runners: - V2 requires you to specify distribution along with the version. V1 defaults to Zulu OpenJDK, only version input is required. Follow [the migration guide](docs/switching-to-v2.md) to switch from V1 to V2 ## Usage -Inputs `java-version` and `distribution` are mandatory. See [Supported distributions](../README.md#Supported-distributions) section for a list of available options. +Inputs `java-version` and `distribution` are mandatory. See [Supported distributions](#supported-distributions) section for a list of available options. ### Basic **Adopt OpenJDK**