diff options
| author | Tse Kit Yam | 2016-11-24 18:26:01 +0800 |
|---|---|---|
| committer | GitHub | 2016-11-24 18:26:01 +0800 |
| commit | 227975110317b144988b0c5656b338292462f863 (patch) | |
| tree | 5315cc9f116978a8a4e75d43622ba95d11b563ef /Library | |
| parent | 17bad9ac59ada6d3d1cc70246f39730131d7f310 (diff) | |
| download | brew-227975110317b144988b0c5656b338292462f863.tar.bz2 | |
Fix broken link
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Homebrew/formula.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/formula.rb b/Library/Homebrew/formula.rb index 7fe00cb45..bae2e3314 100644 --- a/Library/Homebrew/formula.rb +++ b/Library/Homebrew/formula.rb @@ -26,7 +26,7 @@ require "migrator" # @see SharedEnvExtension # @see FileUtils # @see Pathname -# @see http://www.rubydoc.info/github/Homebrew/brew/file/docs/Formula-Cookbook.md Formula Cookbook +# @see https://github.com/Homebrew/brew/blob/master/docs/Formula-Cookbook.md Formula Cookbook # @see https://github.com/styleguide/ruby Ruby Style Guide # # <pre>class Wget < Formula |
