From 8dd3ac67c340fd0493e8aac19973149efc945829 Mon Sep 17 00:00:00 2001 From: Jonas Hecht Date: Mon, 15 Jan 2024 16:03:54 +0100 Subject: [PATCH] Update README.md: Fix link to Available versions of Python and PyPy --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e28bef10..1e8f33f4 100644 --- a/README.md +++ b/README.md @@ -93,7 +93,7 @@ See examples of using `cache` and `cache-dependency-path` for `pipenv` and `poet - [Check latest version](docs/advanced-usage.md#check-latest-version) - [Caching packages](docs/advanced-usage.md#caching-packages) - [Outputs and environment variables](docs/advanced-usage.md#outputs-and-environment-variables) -- [Available versions of Python and PyPy](advanced-usage.md#available-versions-of-python-pypy-and-graalpy) +- [Available versions of Python and PyPy](docs/advanced-usage.md#available-versions-of-python-pypy-and-graalpy) - [Hosted tool cache](docs/advanced-usage.md#hosted-tool-cache) - [Using `setup-python` with a self-hosted runner](docs/advanced-usage.md#using-setup-python-with-a-self-hosted-runner) - [Using `setup-python` on GHES](docs/advanced-usage.md#using-setup-python-on-ghes)