diff options
Diffstat (limited to 'Library/Homebrew/formula.rb')
| -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 f1ca9ec23..afeb3ec27 100644 --- a/Library/Homebrew/formula.rb +++ b/Library/Homebrew/formula.rb @@ -26,7 +26,7 @@ require "migrator" # @see FileUtils # @see Pathname # @see http://www.rubydoc.info/github/Homebrew/brew/file/share/doc/homebrew/Formula-Cookbook.md Formula Cookbook -# @see https://github.com/styleguide/ruby Ruby Style Guide +# @see https://github.com/bbatsov/ruby-style-guide Ruby Style Guide # # <pre>class Wget < Formula # homepage "https://www.gnu.org/software/wget/" |
