aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/dev-cmd/create.rb
diff options
context:
space:
mode:
authorMike McQuaid2017-01-04 11:13:41 +0000
committerMike McQuaid2017-01-04 11:13:41 +0000
commita3bffe70bcf33e6051140b1a93c9f48714605af6 (patch)
tree81eb722fc6366bffa4241393a14ca0c9cdb776ea /Library/Homebrew/dev-cmd/create.rb
parent3568cf3a40e489959666fde7e75d71e5bf698b47 (diff)
downloadbrew-a3bffe70bcf33e6051140b1a93c9f48714605af6.tar.bz2
Use docs.brew.sh links.
Diffstat (limited to 'Library/Homebrew/dev-cmd/create.rb')
-rw-r--r--Library/Homebrew/dev-cmd/create.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/dev-cmd/create.rb b/Library/Homebrew/dev-cmd/create.rb
index da855e382..07dd1b322 100644
--- a/Library/Homebrew/dev-cmd/create.rb
+++ b/Library/Homebrew/dev-cmd/create.rb
@@ -159,7 +159,7 @@ class FormulaCreator
end
def template; <<-EOS.undent
- # Documentation: https://github.com/Homebrew/brew/blob/master/docs/Formula-Cookbook.md
+ # Documentation: http://docs.brew.sh/Formula-Cookbook.html
# http://www.rubydoc.info/github/Homebrew/brew/master/Formula
# PLEASE REMOVE ALL GENERATED COMMENTS BEFORE SUBMITTING YOUR PULL REQUEST!