aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorMisty De Meo2015-08-21 11:46:39 -0700
committerMisty De Meo2015-08-21 11:46:39 -0700
commit3d1f9e0a9c6185b470630c29e44714ac2d050371 (patch)
tree14c777ae018fd05fc77913e79cc4ee63062cba05 /Library
parentbef0c9f37ff28667133f575cd27be41c8e04d846 (diff)
downloadbrew-3d1f9e0a9c6185b470630c29e44714ac2d050371.tar.bz2
exceptions: change 10.9 Xcode URL
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/exceptions.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Homebrew/exceptions.rb b/Library/Homebrew/exceptions.rb
index 1118a102a..9e3a29983 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