diff options
| author | Mike McQuaid | 2016-09-19 20:20:08 +0100 | 
|---|---|---|
| committer | Mike McQuaid | 2016-09-20 10:41:42 +0100 | 
| commit | b85ee1cb8ffef36503f46685609442f79660737a (patch) | |
| tree | a4f6cf867043283e81abf69b7fbc04451fa150bb /Library/Homebrew/README.md | |
| parent | 9067cc39b8d6943b585cc34c7b91994cb6a6810b (diff) | |
| download | brew-b85ee1cb8ffef36503f46685609442f79660737a.tar.bz2 | |
Update documentation links.
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..b8bf5fd99 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/docs/Formula-Cookbook.md) and [Ruby Style Guide](https://github.com/styleguide/ruby) helpful in creating formulae.  Good luck!  | 
