From 83bcde23170ceed42f6b86b5ea66a5ce20e00ff4 Mon Sep 17 00:00:00 2001 From: Alex Muller Date: Tue, 5 May 2015 09:15:22 +0100 Subject: Update links to GitHub's personal access token The link for the page that allows creation of API tokens has changed from /settings/applications to /settings/tokens. Also the wording on that page calls them "personal access tokens", so update Homebrew to be consistent with that. Closes Homebrew/homebrew#39378. Signed-off-by: Tim D. Smith --- share/man/man1/brew.1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'share') diff --git a/share/man/man1/brew.1 b/share/man/man1/brew.1 index 99ca208bc..120b6ff63 100644 --- a/share/man/man1/brew.1 +++ b/share/man/man1/brew.1 @@ -1,7 +1,7 @@ .\" generated with Ronn/v0.7.3 .\" http://github.com/rtomayko/ronn/tree/0.7.3 . -.TH "BREW" "1" "April 2015" "Homebrew" "brew" +.TH "BREW" "1" "May 2015" "Homebrew" "brew" . .SH "NAME" \fBbrew\fR \- The missing package manager for OS X @@ -579,7 +579,7 @@ If set, Homebrew will use this editor when editing a single formula, or several . .TP HOMEBREW_GITHUB_API_TOKEN -A personal GitHub API Access token, which you can create at \fIhttps://github\.com/settings/applications\fR\. If set, GitHub will allow you a greater number of API requests\. See \fIhttps://developer\.github\.com/v3/#rate\-limiting\fR for more information\. Homebrew uses the GitHub API for features such as \fBbrew search\fR\. +A personal access token for the GitHub API, which you can create at \fIhttps://github\.com/settings/tokens\fR\. If set, GitHub will allow you a greater number of API requests\. See \fIhttps://developer\.github\.com/v3/#rate\-limiting\fR for more information\. Homebrew uses the GitHub API for features such as \fBbrew search\fR\. . .TP HOMEBREW_MAKE_JOBS -- cgit v1.2.3