aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/os
diff options
context:
space:
mode:
authorMike McQuaid2016-04-03 14:03:33 +0100
committerMike McQuaid2016-04-03 14:03:33 +0100
commit276a797d37fa057f935ba671bca04163389046f1 (patch)
tree550efc03d3737e1bbe8ff28ae3231aa11e505df6 /Library/Homebrew/os
parentd127569053d538fb17cc20313a8ae9094d53a7c9 (diff)
downloadbrew-276a797d37fa057f935ba671bca04163389046f1.tar.bz2
Update documentation after repository split.
Diffstat (limited to 'Library/Homebrew/os')
-rw-r--r--Library/Homebrew/os/mac/xcode.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/os/mac/xcode.rb b/Library/Homebrew/os/mac/xcode.rb
index d0eb50da0..dc7360c1d 100644
--- a/Library/Homebrew/os/mac/xcode.rb
+++ b/Library/Homebrew/os/mac/xcode.rb
@@ -105,7 +105,7 @@ module OS
when 2327..2333 then "3.2.5"
when 2335
# this build number applies to 3.2.6, 4.0 and 4.1
- # https://github.com/Homebrew/homebrew/blob/master/share/doc/homebrew/Xcode.md
+ # https://github.com/Homebrew/brew/blob/master/share/doc/homebrew/Xcode.md
"4.0"
else
case (MacOS.clang_version.to_f * 10).to_i