diff options
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 122be2593..3963e5a7b 100644 --- a/Library/Homebrew/dev-cmd/create.rb +++ b/Library/Homebrew/dev-cmd/create.rb @@ -167,7 +167,7 @@ class FormulaCreator    def template      <<~EOS -      # Documentation: https://docs.brew.sh/Formula-Cookbook.html +      # Documentation: https://docs.brew.sh/Formula-Cookbook        #                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 | 
