From baa61f5a6e105b9b89f5bef465848c72499cb960 Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Thu, 27 Jul 2017 15:59:37 +0100 Subject: Use https for all docs.brew.sh links. May as well use the more secure link when possible. --- Library/Homebrew/dev-cmd/create.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library/Homebrew/dev-cmd/create.rb') 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! -- cgit v1.2.3