From 25c36f3a7a1c1393084b31e504d063c4445f4df6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sviatoslav=20Sydorenko=20=28=D0=A1=D0=B2=D1=8F=D1=82=D0=BE?= =?UTF-8?q?=D1=81=D0=BB=D0=B0=D0=B2=20=D0=A1=D0=B8=D0=B4=D0=BE=D1=80=D0=B5?= =?UTF-8?q?=D0=BD=D0=BA=D0=BE=29?= Date: Fri, 15 Dec 2023 03:09:35 +0100 Subject: [PATCH] Correct broken README link to CPython&PyPy versions It was lacking `doc/` like the neighboring entries. --- 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)