Library/Homebrew/README: Fix broken link

Closes Homebrew/homebrew#45852.

Signed-off-by: Alex Dunn <dunn.alex@gmail.com>
This commit is contained in:
Sarah 2015-11-09 16:28:51 -08:00 committed by Alex Dunn
parent 745ec8f7c9
commit 65a7f7807c

View File

@ -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](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/homebrew/blob/master/share/doc/homebrew/Formula-Cookbook.md) and [Ruby Style Guide](https://github.com/styleguide/ruby) helpful in creating formulae.
Good luck!