From 6c5b8f0f5ea11d07905f17cc1cbf353ed2fd3498 Mon Sep 17 00:00:00 2001 From: Alyssa Ross <hi@alyssa.is> Date: Mon, 10 Oct 2016 14:46:00 +0100 Subject: [PATCH] Update URL in qualified_token comment The homebrew/homebrew wiki no longer exists. --- Library/Homebrew/cask/lib/hbc/qualified_token.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/Homebrew/cask/lib/hbc/qualified_token.rb b/Library/Homebrew/cask/lib/hbc/qualified_token.rb index ccfe08b451..b9329eeb73 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}}, "") -- GitLab