aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew
diff options
context:
space:
mode:
authorJack Nagel2012-03-20 18:48:42 -0500
committerJack Nagel2012-03-20 18:48:42 -0500
commitf00099a1798685271ad40c53a0e6c7bfaef3299d (patch)
tree59f74acc983b9a5cb5db10c1376aefa27b8a84fb /Library/Homebrew
parentde234ebb5a4fc99f0fad741360bba174ea773af5 (diff)
downloadbrew-f00099a1798685271ad40c53a0e6c7bfaef3299d.tar.bz2
Update issues URL
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Homebrew')
-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 2da57df50..04ef525bf 100644
--- a/Library/Homebrew/global.rb
+++ b/Library/Homebrew/global.rb
@@ -86,7 +86,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/checklist-before-filing-a-new-issue"
+ISSUES_URL = "https://github.com/mxcl/homebrew/wiki/reporting-bugs"
unless ARGV.include? "--no-compat" or ENV['HOMEBREW_NO_COMPAT']
$:.unshift(File.expand_path("#{__FILE__}/../compat"))