diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Homebrew/exceptions.rb | 8 |
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 |
