diff options
| author | Mike McQuaid | 2018-02-22 19:46:58 +0000 | 
|---|---|---|
| committer | Mike McQuaid | 2018-02-22 19:46:58 +0000 | 
| commit | f2ce6489b2ad875a9f5f828334fcefb4f8ef3822 (patch) | |
| tree | bde7e59854344cd485e40f4c4deeb1cb82a4edac /Library/Homebrew/formula.rb | |
| parent | 35efc5ab23d30361a49a7af5b2319817a001b591 (diff) | |
| download | brew-f2ce6489b2ad875a9f5f828334fcefb4f8ef3822.tar.bz2 | |
Use more docs.brew.sh short links
These are nicer on the eyes.
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 1355e5945..228eb537b 100644 --- a/Library/Homebrew/formula.rb +++ b/Library/Homebrew/formula.rb @@ -28,7 +28,7 @@ require "language/python"  # @see SharedEnvExtension  # @see FileUtils  # @see Pathname -# @see https://docs.brew.sh/Formula-Cookbook.html Formula Cookbook +# @see https://docs.brew.sh/Formula-Cookbook Formula Cookbook  # @see https://github.com/styleguide/ruby Ruby Style Guide  #  # <pre>class Wget < Formula @@ -2057,7 +2057,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. -    # https://docs.brew.sh/Bottles.html +    # https://docs.brew.sh/Bottles      # You can ignore this block entirely if submitting to Homebrew/homebrew-core.      # It'll be handled for you by the Brew Test Bot.      # | 
