aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/README.md
diff options
context:
space:
mode:
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 b8bf5fd99..18a41e363 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/docs/Formula-Cookbook.md) and [Ruby Style Guide](https://github.com/styleguide/ruby) helpful in creating formulae.
+You may also find the [Formula Cookbook](http://docs.brew.sh/Formula-Cookbook.html) and [Ruby Style Guide](https://github.com/styleguide/ruby) helpful in creating formulae.
Good luck!