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 --- Library/Homebrew/cmd/gist-logs.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library/Homebrew/cmd') diff --git a/Library/Homebrew/cmd/gist-logs.rb b/Library/Homebrew/cmd/gist-logs.rb index 768de6714..ea3a9e609 100644 --- a/Library/Homebrew/cmd/gist-logs.rb +++ b/Library/Homebrew/cmd/gist-logs.rb @@ -27,7 +27,7 @@ module Homebrew auth = :AUTH_TOKEN unless HOMEBREW_GITHUB_API_TOKEN - puts 'You can create an API token: https://github.com/settings/applications' + puts 'You can create a personal access token: https://github.com/settings/tokens' puts 'and then set HOMEBREW_GITHUB_API_TOKEN as authentication method.' puts -- cgit v1.2.3