diff options
Diffstat (limited to 'Library/Homebrew/formula.rb')
| -rw-r--r-- | Library/Homebrew/formula.rb | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/Library/Homebrew/formula.rb b/Library/Homebrew/formula.rb index b2e4ff988..9a31c9e5e 100644 --- a/Library/Homebrew/formula.rb +++ b/Library/Homebrew/formula.rb @@ -27,7 +27,7 @@ require "extend/ENV"  # @see SharedEnvExtension  # @see FileUtils  # @see Pathname -# @see http://docs.brew.sh/Formula-Cookbook.html Formula Cookbook +# @see https://docs.brew.sh/Formula-Cookbook.html Formula Cookbook  # @see https://github.com/styleguide/ruby Ruby Style Guide  #  # <pre>class Wget < Formula @@ -2069,7 +2069,7 @@ class Formula      # and you haven't passed or previously used any options on this formula.      #      # If you maintain your own repository, you can add your own bottle links. -    # http://docs.brew.sh/Bottles.html +    # https://docs.brew.sh/Bottles.html      # You can ignore this block entirely if submitting to Homebrew/Homebrew, It'll be      # handled for you by the Brew Test Bot.      # | 
