aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/README.md
diff options
context:
space:
mode:
authorMike McQuaid2016-09-19 20:20:08 +0100
committerMike McQuaid2016-09-20 10:41:42 +0100
commitb85ee1cb8ffef36503f46685609442f79660737a (patch)
treea4f6cf867043283e81abf69b7fbc04451fa150bb /Library/Homebrew/README.md
parent9067cc39b8d6943b585cc34c7b91994cb6a6810b (diff)
downloadbrew-b85ee1cb8ffef36503f46685609442f79660737a.tar.bz2
Update documentation links.
Diffstat (limited to 'Library/Homebrew/README.md')
-rw-r--r--Library/Homebrew/README.md2
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!