aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/global.rb
diff options
context:
space:
mode:
authorMike McQuaid2012-09-28 19:20:34 +0100
committerMike McQuaid2012-10-03 00:04:24 +0100
commit53b387987b54515c2eef7270dbceccb6361f4fc0 (patch)
tree5ecd72686530cc6199628c8cef13457fb6138c76 /Library/Homebrew/global.rb
parent33b2a29e1460ef307254dfab9a849dd972e5a5c8 (diff)
downloadbrew-53b387987b54515c2eef7270dbceccb6361f4fc0.tar.bz2
Fix use of ISSUES_URL.
Diffstat (limited to 'Library/Homebrew/global.rb')
-rw-r--r--Library/Homebrew/global.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/global.rb b/Library/Homebrew/global.rb
index 31cd14793..81065f8ba 100644
--- a/Library/Homebrew/global.rb
+++ b/Library/Homebrew/global.rb
@@ -84,7 +84,7 @@ module Homebrew extend self
end
FORMULA_META_FILES = %w[README README.md ChangeLog CHANGES COPYING LICENSE LICENCE COPYRIGHT AUTHORS]
-ISSUES_URL = "https://github.com/mxcl/homebrew/wiki/bug-fixing-checklist"
+ISSUES_URL = "https://github.com/mxcl/homebrew/wiki/troubleshooting"
unless ARGV.include? "--no-compat" or ENV['HOMEBREW_NO_COMPAT']
$:.unshift(File.expand_path("#{__FILE__}/../compat"))