aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/dev-cmd
diff options
context:
space:
mode:
authorMike McQuaid2018-02-22 20:05:28 +0000
committerGitHub2018-02-22 20:05:28 +0000
commit7ef6f4603641c0fcfb30d0777485e7b17a3fd4a1 (patch)
treebde7e59854344cd485e40f4c4deeb1cb82a4edac /Library/Homebrew/dev-cmd
parent35efc5ab23d30361a49a7af5b2319817a001b591 (diff)
parentf2ce6489b2ad875a9f5f828334fcefb4f8ef3822 (diff)
downloadbrew-7ef6f4603641c0fcfb30d0777485e7b17a3fd4a1.tar.bz2
Merge pull request #3828 from MikeMcQuaid/docs-short-links
Use more docs.brew.sh short links
Diffstat (limited to 'Library/Homebrew/dev-cmd')
-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 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