Skip to content

Commit

Permalink
CONTRIBUTING.md: fix link
Browse files Browse the repository at this point in the history
  • Loading branch information
ianml committed Jan 3, 2015
1 parent b295f56 commit 83f25e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Thank you for your interest in contributing to [Homebrew/science]. The following guidelines are designed to help you write more efficient pull requests.

## Formula Guidelines
Read Homebrew's [Formula Cookbook] and [Acceptable formulæ]. If your formula installs or depends on Python modules you may want to read [Python for Formula Authors] as well.
Read Homebrew's [Formula Cookbook] and [Acceptable Formulae]. If your formula installs or depends on Python modules you may want to read [Python for Formula Authors] as well.

Please **follow the [GitHub Ruby Styleguide]**.

Expand Down Expand Up @@ -77,5 +77,5 @@ Improvements to this guide are appreciated via issues or pull requests. If you'r
[tap]: https://github.com/Homebrew/homebrew/blob/master/share/doc/homebrew/Interesting-Taps-%26-Branches.md#interesting-taps--branches
[GitHub Ruby Styleguide]: https://github.com/styleguide/ruby
[Formula Cookbook]: https://github.com/Homebrew/homebrew/blob/master/share/doc/homebrew/Formula-Cookbook.md
[Acceptable formulæ]: https://github.com/Homebrew/homebrew/blob/master/share/doc/homebrew/Acceptable-formulae.md
[Acceptable Formulae]: https://github.com/Homebrew/homebrew/blob/master/share/doc/homebrew/Acceptable-Formulae.md
[Python for Formula Authors]: https://github.com/Homebrew/homebrew/blob/master/share/doc/homebrew/Python-for-Formula-Authors.md

0 comments on commit 83f25e6

Please sign in to comment.