diff options
| author | Mike McQuaid | 2016-09-20 11:51:06 +0100 | 
|---|---|---|
| committer | Mike McQuaid | 2016-09-20 11:51:08 +0100 | 
| commit | 7a63a753609558e14f20080dd7ab5f4fc6e3f985 (patch) | |
| tree | b727cc65e402423baadbb1c4b8c87042c959212d /docs/Formula-Cookbook.md | |
| parent | 5b9a43a370120a76883e79b82a9a8e06441680fe (diff) | |
| download | brew-7a63a753609558e14f20080dd7ab5f4fc6e3f985.tar.bz2 | |
Fix CONTRIBUTING.md references.
Closes #1040.
Diffstat (limited to 'docs/Formula-Cookbook.md')
| -rw-r--r-- | docs/Formula-Cookbook.md | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/docs/Formula-Cookbook.md b/docs/Formula-Cookbook.md index 40c672a65..a4fd21c57 100644 --- a/docs/Formula-Cookbook.md +++ b/docs/Formula-Cookbook.md @@ -34,7 +34,7 @@ Before submitting a new formula make sure your package:  *   has a stable, tagged version (i.e. not just a GitHub repository with no versions). See [Interesting-Taps-&-Forks](Interesting-Taps-&-Forks.md) for where pre-release versions belong.  *   passes all `brew audit --new-formula $FORMULA` tests. -Before submitting a new formula make sure you read over our [contribution guidelines](https://github.com/Homebrew/brew/blob/master/.github/CONTRIBUTING.md). +Before submitting a new formula make sure you read over our [contribution guidelines](https://github.com/Homebrew/brew/blob/master/CONTRIBUTING.md).  ## Grab the URL | 
