diff --git a/docs/troubleshooting.md b/docs/troubleshooting.md index 3588b46d2d..12bfc2c0fb 100644 --- a/docs/troubleshooting.md +++ b/docs/troubleshooting.md @@ -140,7 +140,7 @@ HTTP status client error (403 Forbidden) for url This can happen if the tool is hosted on GitHub, and you've hit the API rate limit. This is especially common running mise in a CI environment like GitHub Actions. If you don't have a `GITHUB_TOKEN` set, the rate limit is quite low. You can fix this by creating a GitHub token (which needs no scopes) -by going to and setting it as an environment variable. You can +by going to [https://github.com/settings/tokens/new](https://github.com/settings/tokens/new?description=MISE_GITHUB_TOKEN) and setting it as an environment variable. You can use any of the following (in order of preference): - `MISE_GITHUB_TOKEN`