diff options
| author | Dominyk Tiller | 2015-08-21 19:28:05 +0100 |
|---|---|---|
| committer | Dominyk Tiller | 2015-08-21 19:28:05 +0100 |
| commit | ff8520e61be2b1ad36b676abfb426d5b95a71043 (patch) | |
| tree | a474162801557f510662ba39e5f031f3d1179d20 | |
| parent | 727239e12f98fafad39aa4f70b37c6d5bf4db1cc (diff) | |
| download | brew-ff8520e61be2b1ad36b676abfb426d5b95a71043.tar.bz2 | |
exceptions: use xcode frontpage
| -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 |
