diff options
| author | Mike McQuaid | 2017-01-05 17:17:07 +0000 |
|---|---|---|
| committer | GitHub | 2017-01-05 17:17:07 +0000 |
| commit | 3fde8624b3aec788248c652dff84a62fd051da98 (patch) | |
| tree | 1b703907ec2caff0836419f370f455abf9273b91 /Library/Homebrew/dev-cmd/create.rb | |
| parent | 2040adbe4a56f69645995d621336050039331589 (diff) | |
| parent | a3bffe70bcf33e6051140b1a93c9f48714605af6 (diff) | |
| download | brew-3fde8624b3aec788248c652dff84a62fd051da98.tar.bz2 | |
Merge pull request #1780 from MikeMcQuaid/use-docs-links
Use docs.brew.sh links.
Diffstat (limited to 'Library/Homebrew/dev-cmd/create.rb')
| -rw-r--r-- | Library/Homebrew/dev-cmd/create.rb | 2 |
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! |
