diff options
| author | Mike McQuaid | 2017-07-27 15:59:37 +0100 | 
|---|---|---|
| committer | Mike McQuaid | 2017-07-27 15:59:37 +0100 | 
| commit | baa61f5a6e105b9b89f5bef465848c72499cb960 (patch) | |
| tree | 5dd8c7d1be1946eee04a81859cf0c2cef1f5335d /Library/Homebrew/dev-cmd | |
| parent | 97b757bc9638c837f565958730a23211552e5540 (diff) | |
| download | brew-baa61f5a6e105b9b89f5bef465848c72499cb960.tar.bz2 | |
Use https for all docs.brew.sh links.
May as well use the more secure link when possible.
Diffstat (limited to 'Library/Homebrew/dev-cmd')
| -rw-r--r-- | Library/Homebrew/dev-cmd/create.rb | 2 | ||||
| -rw-r--r-- | Library/Homebrew/dev-cmd/tap-new.rb | 2 | 
2 files changed, 2 insertions, 2 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! diff --git a/Library/Homebrew/dev-cmd/tap-new.rb b/Library/Homebrew/dev-cmd/tap-new.rb index dcb41265c..964ba2f5d 100644 --- a/Library/Homebrew/dev-cmd/tap-new.rb +++ b/Library/Homebrew/dev-cmd/tap-new.rb @@ -39,7 +39,7 @@ module Homebrew        ```        ## Documentation -      `brew help`, `man brew` or check [Homebrew's documentation](https://github.com/Homebrew/brew/tree/master/docs#readme). +      `brew help`, `man brew` or check [Homebrew's documentation](https://docs.brew.sh).      EOS      write_path(tap, "README.md", readme)  | 
