aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/os
diff options
context:
space:
mode:
authorEricFromCanada2017-03-28 11:12:34 -0400
committerEricFromCanada2017-03-28 11:12:34 -0400
commit60f6dfea14c9f5a070334c6341b2a39c9bdc4163 (patch)
tree2e28a50bd3da9de5815b72cf8f79a791eb20c7f9 /Library/Homebrew/os
parent676c4a9e33672cd6035ef9225f5d3f9e9d63f810 (diff)
downloadbrew-60f6dfea14c9f5a070334c6341b2a39c9bdc4163.tar.bz2
update suggested Xcode/CLT download URLs
Diffstat (limited to 'Library/Homebrew/os')
-rw-r--r--Library/Homebrew/os/mac/xcode.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Homebrew/os/mac/xcode.rb b/Library/Homebrew/os/mac/xcode.rb
index aa4504a17..e97a93008 100644
--- a/Library/Homebrew/os/mac/xcode.rb
+++ b/Library/Homebrew/os/mac/xcode.rb
@@ -90,7 +90,7 @@ module OS
else
<<-EOS.undent
Xcode can be updated from
- https://developer.apple.com/xcode/downloads/
+ https://developer.apple.com/download/more/
EOS
end
end
@@ -202,7 +202,7 @@ module OS
elsif MacOS.version == "10.8" || MacOS.version == "10.7"
<<-EOS.undent
The standalone package can be obtained from
- https://developer.apple.com/downloads
+ https://developer.apple.com/download/more/
or it can be installed via Xcode's preferences.
EOS
end