From 0088514ebbc8200b17cea4ed68003ded1fc8cc4b Mon Sep 17 00:00:00 2001 From: Sergio Gasquez Date: Thu, 2 Nov 2023 10:06:42 +0100 Subject: [PATCH] docs: Fix link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 528f3af..70b00b9 100644 --- a/README.md +++ b/README.md @@ -70,7 +70,7 @@ This action uses [espup], which calls GitHub API during the installation process So, we recommend [defining] `GITHUB_TOKEN`, as seen in the [example workflow], which increases the rate limit to 1000. [espup]: https://github.com/esp-rs/espup -[github api has a small rate limit]: https://docs.github.com/en/rest/overview/resources-in-the-rest-api?apiVersion=2022-11-28#rate-limits-for-requests-from-github-actions +[GitHub API has a low rate limit]: https://docs.github.com/en/rest/overview/resources-in-the-rest-api?apiVersion=2022-11-28#rate-limits-for-requests-from-github-actions [#15]: https://github.com/esp-rs/xtensa-toolchain/issues/15 [defining]: https://docs.github.com/en/actions/learn-github-actions/variables [example workflow]: #example-workflow