From 1d61bb9da2e13ff1effef853d2a5c053c36fd553 Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Tue, 20 Mar 2012 18:48:42 -0500 Subject: Update issues URL Signed-off-by: Jack Nagel --- Library/Homebrew/global.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library') 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")) -- cgit v1.2.3