diff --git a/Library/Homebrew/cmd/doctor.rb b/Library/Homebrew/cmd/doctor.rb index c5fa9fe0ed..18af768b47 100644 --- a/Library/Homebrew/cmd/doctor.rb +++ b/Library/Homebrew/cmd/doctor.rb @@ -229,7 +229,7 @@ def __check_clt_up_to_date elsif MacOS::CLT.outdated? then <<-EOS.undent A newer Command Line Tools release is available You should install the latest version from: - http://connect.apple.com + https://developer.apple.com/downloads EOS end end