From f00099a1798685271ad40c53a0e6c7bfaef3299d Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Tue, 20 Mar 2012 18:48:42 -0500 Subject: [PATCH] Update issues URL Signed-off-by: Jack Nagel --- Library/Homebrew/global.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/Homebrew/global.rb b/Library/Homebrew/global.rb index 2da57df507..04ef525bf7 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"))