diff options
| author | Andrew Janke | 2016-05-03 08:13:22 -0400 |
|---|---|---|
| committer | Andrew Janke | 2016-05-03 08:13:22 -0400 |
| commit | 066489a2b34e710c4bb847c4bbdc5aea0635daac (patch) | |
| tree | c8bc3f4de56221b212111fd9e432ff304bdafa98 /Library/Homebrew/README.md | |
| parent | f288b66fcb1575bed2e58141265d0c5fef0acfe6 (diff) | |
| download | brew-066489a2b34e710c4bb847c4bbdc5aea0635daac.tar.bz2 | |
Switch to bbatsov's Style Guide since GitHub's is 404 (#189)
Fixes #106
Diffstat (limited to 'Library/Homebrew/README.md')
| -rw-r--r-- | Library/Homebrew/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/README.md b/Library/Homebrew/README.md index ccf0a02d7..3d332f2d5 100644 --- a/Library/Homebrew/README.md +++ b/Library/Homebrew/README.md @@ -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! |
