update suggested Xcode/CLT download URLs

This commit is contained in:
EricFromCanada 2017-03-28 11:12:34 -04:00
parent 676c4a9e33
commit 60f6dfea14
4 changed files with 6 additions and 6 deletions

View File

@ -31,13 +31,13 @@ class DevelopmentTools
elsif MacOS.version == "10.8" || MacOS.version == "10.7" elsif MacOS.version == "10.8" || MacOS.version == "10.7"
<<-EOS.undent <<-EOS.undent
Install the Command Line Tools from Install the Command Line Tools from
https://developer.apple.com/downloads/ https://developer.apple.com/download/more/
or via Xcode's preferences. or via Xcode's preferences.
EOS EOS
else else
<<-EOS.undent <<-EOS.undent
Install Xcode from Install Xcode from
https://developer.apple.com/xcode/downloads/ https://developer.apple.com/download/more/
EOS EOS
end end
end end

View File

@ -10,7 +10,7 @@ module Homebrew
EOS EOS
else else
<<-EOS.undent <<-EOS.undent
Xcode can be installed from #{Formatter.url("https://developer.apple.com/xcode/downloads/")}. Xcode can be installed from #{Formatter.url("https://developer.apple.com/download/more/")}.
EOS EOS
end end
else else

View File

@ -90,7 +90,7 @@ module OS
else else
<<-EOS.undent <<-EOS.undent
Xcode can be updated from Xcode can be updated from
https://developer.apple.com/xcode/downloads/ https://developer.apple.com/download/more/
EOS EOS
end end
end end
@ -202,7 +202,7 @@ module OS
elsif MacOS.version == "10.8" || MacOS.version == "10.7" elsif MacOS.version == "10.8" || MacOS.version == "10.7"
<<-EOS.undent <<-EOS.undent
The standalone package can be obtained from 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. or it can be installed via Xcode's preferences.
EOS EOS
end end

View File

@ -43,7 +43,7 @@ class XcodeRequirement < Requirement
EOS EOS
else else
message + <<-EOS.undent message + <<-EOS.undent
Xcode can be installed from #{Formatter.url("https://developer.apple.com/xcode/downloads/")} Xcode can be installed from #{Formatter.url("https://developer.apple.com/download/more/")}.
EOS EOS
end end
end end