aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/dev-cmd/create.rb
diff options
context:
space:
mode:
authorMike McQuaid2017-07-27 16:39:19 +0100
committerGitHub2017-07-27 16:39:19 +0100
commit021729e1646212d47d3f52c0b29034e7da97693b (patch)
tree5dd8c7d1be1946eee04a81859cf0c2cef1f5335d /Library/Homebrew/dev-cmd/create.rb
parent97b757bc9638c837f565958730a23211552e5540 (diff)
parentbaa61f5a6e105b9b89f5bef465848c72499cb960 (diff)
downloadbrew-021729e1646212d47d3f52c0b29034e7da97693b.tar.bz2
Merge pull request #2953 from MikeMcQuaid/https-docs
Use https for all 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 802e7b900..e423842ba 100644
--- a/Library/Homebrew/dev-cmd/create.rb
+++ b/Library/Homebrew/dev-cmd/create.rb
@@ -166,7 +166,7 @@ class FormulaCreator
end
def template; <<-EOS.undent
- # Documentation: http://docs.brew.sh/Formula-Cookbook.html
+ # Documentation: https://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!