Skip to content
Snippets Groups Projects
Commit 066489a2 authored by Andrew Janke's avatar Andrew Janke
Browse files

Switch to bbatsov's Style Guide since GitHub's is 404 (#189)

Fixes #106
parent f288b66f
No related branches found
No related tags found
No related merge requests found
......@@ -3,6 +3,6 @@ This is the (partially) documented public API for Homebrew.
The main class you should look at is the {Formula} class (and classes linked from there). That's the class that's used to create Homebrew formulae (i.e. package descriptions). Assume anything else you stumble upon is private.
You may also find the [Formula Cookbook](https://github.com/Homebrew/brew/blob/master/share/doc/homebrew/Formula-Cookbook.md) and [Ruby Style Guide](https://github.com/styleguide/ruby) helpful in creating formulae.
You may also find the [Formula Cookbook](https://github.com/Homebrew/brew/blob/master/share/doc/homebrew/Formula-Cookbook.md) and bbatsov's [Ruby Style Guide](https://github.com/bbatsov/ruby-style-guide) helpful in creating formulae.
Good luck!
......@@ -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/"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment