diff options
Diffstat (limited to 'Library/Contributions')
| -rwxr-xr-x | Library/Contributions/cmd/brew-pull.rb | 2 | ||||
| -rwxr-xr-x | Library/Contributions/cmd/brew-tap-readme.rb | 4 | 
2 files changed, 3 insertions, 3 deletions
diff --git a/Library/Contributions/cmd/brew-pull.rb b/Library/Contributions/cmd/brew-pull.rb index c60b62942..3a9af8fe0 100755 --- a/Library/Contributions/cmd/brew-pull.rb +++ b/Library/Contributions/cmd/brew-pull.rb @@ -19,7 +19,7 @@ end  ARGV.named.each do|arg|    if arg.to_i > 0 -    url = 'https://github.com/mxcl/homebrew/pull/' + arg +    url = 'https://github.com/Homebrew/homebrew/pull/' + arg    else      url_match = arg.match HOMEBREW_PULL_OR_COMMIT_URL_REGEX      unless url_match diff --git a/Library/Contributions/cmd/brew-tap-readme.rb b/Library/Contributions/cmd/brew-tap-readme.rb index 1aac1b06d..76770acc7 100755 --- a/Library/Contributions/cmd/brew-tap-readme.rb +++ b/Library/Contributions/cmd/brew-tap-readme.rb @@ -10,7 +10,7 @@ How do I install these formulae?  --------------------------------  Just `brew tap homebrew/#{name}` and then `brew install <formula>`. -If the formula conflicts with one from mxcl/master or another tap, you can `brew install homebrew/#{name}/<formula>`. +If the formula conflicts with one from Homebrew/homebrew or another tap, you can `brew install homebrew/#{name}/<formula>`.  You can also install via URL: @@ -22,7 +22,7 @@ Docs  ----  `brew help`, `man brew`, or the Homebrew [wiki][]. -[wiki]:http://wiki.github.com/mxcl/homebrew +[wiki]:http://wiki.github.com/Homebrew/homebrew  EOS  # puts ERB.new(template, nil, '>').result(binding)  | 
