aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/exceptions.rb
diff options
context:
space:
mode:
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