From 3d1f9e0a9c6185b470630c29e44714ac2d050371 Mon Sep 17 00:00:00 2001 From: Misty De Meo Date: Fri, 21 Aug 2015 11:46:39 -0700 Subject: [PATCH] exceptions: change 10.9 Xcode URL --- Library/Homebrew/exceptions.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Library/Homebrew/exceptions.rb b/Library/Homebrew/exceptions.rb index 1118a102ad..9e3a29983c 100644 --- a/Library/Homebrew/exceptions.rb +++ b/Library/Homebrew/exceptions.rb @@ -279,7 +279,7 @@ class BuildToolsError < RuntimeError elsif MacOS.version == "10.9" xcode_text = <<-EOS.undent To continue, you must install Xcode from: - https://developer.apple.com/xcode/downloads/ + https://developer.apple.com/downloads/ or the CLT by running: xcode-select --install EOS @@ -325,7 +325,7 @@ class BuildFlagsError < RuntimeError elsif MacOS.version == "10.9" xcode_text = <<-EOS.undent or install Xcode from: - https://developer.apple.com/xcode/downloads/ + https://developer.apple.com/downloads/ or the CLT by running: xcode-select --install EOS