aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/exceptions.rb
diff options
context:
space:
mode:
authorDominyk Tiller2015-08-21 19:28:05 +0100
committerDominyk Tiller2015-08-21 19:28:05 +0100
commitff8520e61be2b1ad36b676abfb426d5b95a71043 (patch)
treea474162801557f510662ba39e5f031f3d1179d20 /Library/Homebrew/exceptions.rb
parent727239e12f98fafad39aa4f70b37c6d5bf4db1cc (diff)
downloadbrew-ff8520e61be2b1ad36b676abfb426d5b95a71043.tar.bz2
exceptions: use xcode frontpage
Diffstat (limited to 'Library/Homebrew/exceptions.rb')
-rw-r--r--Library/Homebrew/exceptions.rb8
1 files changed, 4 insertions, 4 deletions
diff --git a/Library/Homebrew/exceptions.rb b/Library/Homebrew/exceptions.rb
index 65675247c..1118a102a 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/downloads/
+ https://developer.apple.com/xcode/downloads/
or the CLT by running:
xcode-select --install
EOS
@@ -291,7 +291,7 @@ class BuildToolsError < RuntimeError
else
xcode_text = <<-EOS.undent
To continue, you must install Xcode from:
- https://developer.apple.com/downloads/
+ https://developer.apple.com/xcode/downloads/
EOS
end
@@ -325,7 +325,7 @@ class BuildFlagsError < RuntimeError
elsif MacOS.version == "10.9"
xcode_text = <<-EOS.undent
or install Xcode from:
- https://developer.apple.com/downloads/
+ https://developer.apple.com/xcode/downloads/
or the CLT by running:
xcode-select --install
EOS
@@ -337,7 +337,7 @@ class BuildFlagsError < RuntimeError
else
xcode_text = <<-EOS.undent
or install Xcode from:
- https://developer.apple.com/downloads/
+ https://developer.apple.com/xcode/downloads/
EOS
end