From 35a27bfe9c281613d9d0bc59d9529eaef92fe857 Mon Sep 17 00:00:00 2001 From: Dustin Rodrigues Date: Wed, 12 Aug 2020 23:51:12 -0400 Subject: [PATCH] docs: update GitHub rate limit URL --- Library/Homebrew/env_config.rb | 6 +++--- docs/Manpage.md | 2 +- manpages/brew.1 | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Library/Homebrew/env_config.rb b/Library/Homebrew/env_config.rb index 15dbc862c4..893bc26bc3 100644 --- a/Library/Homebrew/env_config.rb +++ b/Library/Homebrew/env_config.rb @@ -146,9 +146,9 @@ module Homebrew description: "Use this personal access token for the GitHub API, for features such as " \ "`brew search`. You can create one at . If set, " \ "GitHub will allow you a greater number of API requests. For more information, see: " \ - "\n\n *Note:* Homebrew doesn't " \ - "require permissions for any of the scopes, but some developer commands may require " \ - "additional permissions.", + ".\n\n" \ + " *Note:* Homebrew doesn't require permissions for any of the scopes, but some developer " \ + "commands may require additional permissions.", }, HOMEBREW_GITHUB_API_USERNAME: { description: "Use this username for authentication with the GitHub API, for features " \ diff --git a/docs/Manpage.md b/docs/Manpage.md index d61329d575..feae36f19d 100644 --- a/docs/Manpage.md +++ b/docs/Manpage.md @@ -1478,7 +1478,7 @@ Note that environment variables must have a value set to be detected. For exampl Use this password for authentication with the GitHub API, for features such as `brew search`. We strongly recommend using `HOMEBREW_GITHUB_API_TOKEN` instead. * `HOMEBREW_GITHUB_API_TOKEN`: - Use this personal access token for the GitHub API, for features such as `brew search`. You can create one at . If set, GitHub will allow you a greater number of API requests. For more information, see: + Use this personal access token for the GitHub API, for features such as `brew search`. You can create one at . If set, GitHub will allow you a greater number of API requests. For more information, see: . *Note:* Homebrew doesn't require permissions for any of the scopes, but some developer commands may require additional permissions. diff --git a/manpages/brew.1 b/manpages/brew.1 index cd639fd4c2..70cbb6894c 100644 --- a/manpages/brew.1 +++ b/manpages/brew.1 @@ -1932,7 +1932,7 @@ Use this password for authentication with the GitHub API, for features such as \ . .TP \fBHOMEBREW_GITHUB_API_TOKEN\fR -Use this personal access token for the GitHub API, for features such as \fBbrew search\fR\. You can create one at \fIhttps://github\.com/settings/tokens\fR\. If set, GitHub will allow you a greater number of API requests\. For more information, see: \fIhttps://developer\.github\.com/v3/#rate\-limiting\fR +Use this personal access token for the GitHub API, for features such as \fBbrew search\fR\. You can create one at \fIhttps://github\.com/settings/tokens\fR\. If set, GitHub will allow you a greater number of API requests\. For more information, see: \fIhttps://docs\.github\.com/en/rest/overview/resources\-in\-the\-rest\-api#rate\-limiting\fR\. . .IP \fINote:\fR Homebrew doesn\'t require permissions for any of the scopes, but some developer commands may require additional permissions\.