diff --git a/Library/Homebrew/cmd/install.rb b/Library/Homebrew/cmd/install.rb index 34114e4aec..90acb07743 100644 --- a/Library/Homebrew/cmd/install.rb +++ b/Library/Homebrew/cmd/install.rb @@ -29,7 +29,7 @@ module Homebrew extend self case Hardware.cpu_type when :ppc, :dunno abort <<-EOS.undent Sorry, Homebrew does not support your computer's CPU architecture. - For PPC support, see: http://github.com/sceaga/homebrew/tree/powerpc + For PPC support, see: https://github.com/mistydemeo/tigerbrew EOS end end diff --git a/bin/brew b/bin/brew index e495c9c44e..1ade4c30bc 100755 --- a/bin/brew +++ b/bin/brew @@ -38,7 +38,7 @@ end if MACOS and MACOS_VERSION < 10.5 abort <<-EOABORT.undent Homebrew requires Leopard or higher. For Tiger support, see: - http://github.com/sceaga/homebrew/tree/tiger + https://github.com/mistydemeo/tigerbrew EOABORT end