aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorZeb McCorkle2015-07-14 19:13:14 -0400
committerDominyk Tiller2015-07-20 17:31:43 +0100
commit7fc6caf41ef15af4214da1d2b07bb118333410d3 (patch)
tree6674d8c3358924f198dc8888e5025a23fc41e47b /Library
parent70739e9f05d15fd17a9d6817e52d537d924bb893 (diff)
downloadbrew-7fc6caf41ef15af4214da1d2b07bb118333410d3.tar.bz2
requirements: update xcode url
Closes Homebrew/homebrew#41722. Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/requirements.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/requirements.rb b/Library/Homebrew/requirements.rb
index 0f4f95860..09411aaef 100644
--- a/Library/Homebrew/requirements.rb
+++ b/Library/Homebrew/requirements.rb
@@ -42,7 +42,7 @@ class XcodeRequirement < Requirement
EOS
else
message += <<-EOS.undent
- Xcode can be installed from https://developer.apple.com/downloads/
+ Xcode can be installed from https://developer.apple.com/xcode/downloads/
EOS
end
end