aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/cmd
diff options
context:
space:
mode:
authorMike McQuaid2013-12-14 18:13:11 +0000
committerMike McQuaid2013-12-14 18:18:35 +0000
commit3c86d2b8ffdcb854c88553c86b7911dfbb9766db (patch)
tree34579ec2c40222d1f235843e9f6de49d5f9ecb66 /Library/Homebrew/cmd
parent71cba833abc3491edb4fcee5fa1a4c81fe7c6a49 (diff)
downloadhomebrew-3c86d2b8ffdcb854c88553c86b7911dfbb9766db.tar.bz2
Update docs, comment mxcl/homebrew refs.
Diffstat (limited to 'Library/Homebrew/cmd')
-rw-r--r--Library/Homebrew/cmd/create.rb2
-rw-r--r--Library/Homebrew/cmd/doctor.rb2
2 files changed, 2 insertions, 2 deletions
diff --git a/Library/Homebrew/cmd/create.rb b/Library/Homebrew/cmd/create.rb
index 06d45555d..daca31e8e 100644
--- a/Library/Homebrew/cmd/create.rb
+++ b/Library/Homebrew/cmd/create.rb
@@ -117,7 +117,7 @@ class FormulaCreator
def template; <<-EOS.undent
require 'formula'
- # Documentation: https://github.com/mxcl/homebrew/wiki/Formula-Cookbook
+ # Documentation: https://github.com/Homebrew/homebrew/wiki/Formula-Cookbook
# #{HOMEBREW_CONTRIB}/example-formula.rb
# PLEASE REMOVE ALL GENERATED COMMENTS BEFORE SUBMITTING YOUR PULL REQUEST!
diff --git a/Library/Homebrew/cmd/doctor.rb b/Library/Homebrew/cmd/doctor.rb
index cd0f23a79..62c028f67 100644
--- a/Library/Homebrew/cmd/doctor.rb
+++ b/Library/Homebrew/cmd/doctor.rb
@@ -56,7 +56,7 @@ class Checks
############# END HELPERS
# Sorry for the lack of an indent here, the diff would have been unreadable.
-# See https://github.com/mxcl/homebrew/pull/9986
+# See https://github.com/Homebrew/homebrew/pull/9986
def check_path_for_trailing_slashes
bad_paths = ENV['PATH'].split(File::PATH_SEPARATOR).select { |p| p[-1..-1] == '/' }
return if bad_paths.empty?