aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJosh Hagins2016-10-10 10:30:36 -0400
committerGitHub2016-10-10 10:30:36 -0400
commit9ff22c7e2988fd483c654d97eea836946a4e42ff (patch)
tree690fb2405256ef35d754f49ab55c3429a32add4e
parent0546d90e3dbdae30407e5256d680be5ed5f5f000 (diff)
parent6c5b8f0f5ea11d07905f17cc1cbf353ed2fd3498 (diff)
downloadbrew-9ff22c7e2988fd483c654d97eea836946a4e42ff.tar.bz2
Merge pull request #1257 from alyssais/docs_wiki
Update URL in qualified_token comment
-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}}, "")