From 68a185faa8ec95d5a887b32a91867ee7497fca7e Mon Sep 17 00:00:00 2001 From: Per Jahn Date: Mon, 24 Apr 2023 02:17:36 +0200 Subject: [PATCH] fix: link to Github's rate limiting documentation. Signed-off-by: Per Jahn --- make/harbor.yml.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make/harbor.yml.tmpl b/make/harbor.yml.tmpl index c9c9b990a62..329c06f015d 100644 --- a/make/harbor.yml.tmpl +++ b/make/harbor.yml.tmpl @@ -102,7 +102,7 @@ trivy: # Anonymous downloads from GitHub are subject to the limit of 60 requests per hour. Normally such rate limit is enough # for production operations. If, for any reason, it's not enough, you could increase the rate limit to 5000 # requests per hour by specifying the GitHub access token. For more details on GitHub rate limiting please consult - # https://developer.github.com/v3/#rate-limiting + # https://docs.github.com/rest/overview/resources-in-the-rest-api#rate-limiting # # You can create a GitHub token by following the instructions in # https://help.github.com/en/github/authenticating-to-github/creating-a-personal-access-token-for-the-command-line