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 | |
| parent | 5b9a43a370120a76883e79b82a9a8e06441680fe (diff) | |
| download | brew-7a63a753609558e14f20080dd7ab5f4fc6e3f985.tar.bz2 | |
Fix CONTRIBUTING.md references.
Closes #1040.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/FAQ.md | 2 | ||||
| -rw-r--r-- | docs/Formula-Cookbook.md | 2 | ||||
| -rw-r--r-- | docs/README.md | 2 | 
3 files changed, 3 insertions, 3 deletions
| diff --git a/docs/FAQ.md b/docs/FAQ.md index 2f6d4f9ea..f13703bdd 100644 --- a/docs/FAQ.md +++ b/docs/FAQ.md @@ -80,7 +80,7 @@ including how to set this across reboots. If you’re pre-Mountain Lion,  alternative](https://developer.apple.com/legacy/library/qa/qa1067/_index.html).  ### How do I contribute to Homebrew? -Read [CONTRIBUTING.md](/.github/CONTRIBUTING.md). +Read [CONTRIBUTING.md](/CONTRIBUTING.md).  ### Why do you compile everything?  Homebrew provides pre-compiled versions for many formulae. These 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 diff --git a/docs/README.md b/docs/README.md index 4e95db81b..740f73ea3 100644 --- a/docs/README.md +++ b/docs/README.md @@ -21,7 +21,7 @@ However! Fixing build issues is easier than you think: try  `brew edit $FORMULA` and see how you fare.  ## Contributing -Read [CONTRIBUTING.md](/.github/CONTRIBUTING.md). +Read [CONTRIBUTING.md](/CONTRIBUTING.md).  ### Community Forums  -  [@MacHomebrew](https://twitter.com/MacHomebrew) | 
