aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/cmd/create.rb
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/cmd/create.rb
parentd127569053d538fb17cc20313a8ae9094d53a7c9 (diff)
downloadbrew-276a797d37fa057f935ba671bca04163389046f1.tar.bz2
Update documentation after repository split.
Diffstat (limited to 'Library/Homebrew/cmd/create.rb')
-rw-r--r--Library/Homebrew/cmd/create.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Homebrew/cmd/create.rb b/Library/Homebrew/cmd/create.rb
index 2bdcd19b8..a468189c4 100644
--- a/Library/Homebrew/cmd/create.rb
+++ b/Library/Homebrew/cmd/create.rb
@@ -129,8 +129,8 @@ class FormulaCreator
end
def template; <<-EOS.undent
- # Documentation: https://github.com/Homebrew/homebrew/blob/master/share/doc/homebrew/Formula-Cookbook.md
- # http://www.rubydoc.info/github/Homebrew/homebrew/master/Formula
+ # Documentation: https://github.com/Homebrew/brew/blob/master/share/doc/homebrew/Formula-Cookbook.md
+ # http://www.rubydoc.info/github/Homebrew/brew/master/Formula
# PLEASE REMOVE ALL GENERATED COMMENTS BEFORE SUBMITTING YOUR PULL REQUEST!
class #{Formulary.class_s(name)} < Formula