From 7a685856c5c4a56c973db15edb24b01d68ebbf69 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rory=20O=E2=80=99Kane?= Date: Mon, 21 Jan 2013 22:02:59 -0500 Subject: [PATCH] CONTRIBUTING: fix link to Acceptable Formulae. To match the recent renaming of that wiki article. Closes Homebrew/homebrew#17249. Signed-off-by: Mike McQuaid --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 8b7b460a1c..a92d3c535e 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -15,6 +15,6 @@ Contributing Please read: * [Formula Cookbook](https://github.com/mxcl/homebrew/wiki/Formula-Cookbook) -* [Acceptable Formula](https://github.com/mxcl/homebrew/wiki/Acceptable-Formula) +* [Acceptable Formulas](https://github.com/mxcl/homebrew/wiki/Acceptable-Formulas) Thanks!