aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorAlyssa Ross2016-10-10 14:46:00 +0100
committerAlyssa Ross2016-10-10 14:46:00 +0100
commit6c5b8f0f5ea11d07905f17cc1cbf353ed2fd3498 (patch)
tree690fb2405256ef35d754f49ab55c3429a32add4e /Library
parent0546d90e3dbdae30407e5256d680be5ed5f5f000 (diff)
downloadbrew-6c5b8f0f5ea11d07905f17cc1cbf353ed2fd3498.tar.bz2
Update URL in qualified_token comment
The homebrew/homebrew wiki no longer exists.
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/cask/lib/hbc/qualified_token.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/cask/lib/hbc/qualified_token.rb b/Library/Homebrew/cask/lib/hbc/qualified_token.rb
index ccfe08b45..b9329eeb7 100644
--- a/Library/Homebrew/cask/lib/hbc/qualified_token.rb
+++ b/Library/Homebrew/cask/lib/hbc/qualified_token.rb
@@ -28,7 +28,7 @@ module Hbc
user = dash_elements.join("-")
else
# eg caskroom/cask/google-chrome
- # per https://github.com/Homebrew/homebrew/wiki/brew-tap
+ # per https://github.com/Homebrew/brew/blob/master/docs/brew-tap.md
user, repo, token = path_elements
end
repo.sub!(%r{^#{REPO_PREFIX}}, "")