From 66cec4cf8b4e2f0bde5212d90b05a1f63deec3a1 Mon Sep 17 00:00:00 2001 From: Sergio Gasquez Date: Mon, 9 Dec 2024 11:40:37 +0100 Subject: [PATCH] fix: act docs links --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 70b00b9..3ca65bf 100644 --- a/README.md +++ b/README.md @@ -79,10 +79,10 @@ So, we recommend [defining] `GITHUB_TOKEN`, as seen in the [example workflow], w [act] is a tool which can be used to run GitHub workflows locally, using Docker. It is possible to use the `xtensa-toolchain` action with [act]; however, due to the fact that [espup] queries the GitHub API, it is necessary to set the `GITHUB_TOKEN` environment variable in order to do so. -For more information please see the [`GITHUB_TOKEN`] section of the `README` for [act]. +For more information please see the [`GITHUB_TOKEN`] section of the User Guide for [act]. [act]: https://github.com/nektos/act -[`GITHUB_TOKEN`]: https://github.com/nektos/act#github_token +[`GITHUB_TOKEN`]: https://nektosact.com/usage/index.html?#github_token ## License