aboutsummaryrefslogtreecommitdiffstats
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorMike McQuaid2014-10-26 14:54:36 +0000
committerMike McQuaid2014-10-26 14:57:36 +0000
commit4b4b01df0dfd597f55d095a54a89cce85039ae35 (patch)
tree66fe1a05212e279f6b715baa5476d3a142ddc4a1 /CONTRIBUTING.md
parent704781b3aae358623e935281848ab58766273e6d (diff)
downloadhomebrew-4b4b01df0dfd597f55d095a54a89cce85039ae35.tar.bz2
Import docs from wiki.
Closes #33211.
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index c16846ac8..eb0c59da5 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -5,7 +5,7 @@ Reporting Bugs
--------------
First, please run `brew update` and `brew doctor`.
-Second, read the [Troubleshooting Checklist](https://github.com/Homebrew/homebrew/wiki/troubleshooting).
+Second, read the [Troubleshooting Checklist](https://github.com/Homebrew/homebrew/blob/master/share/doc/homebrew/Troubleshooting.md).
**If you don't read these it will take us far longer to help you with your problem.**
@@ -18,9 +18,9 @@ Contributing
Please read:
* [Code of Conduct](https://github.com/Homebrew/homebrew/blob/master/CODEOFCONDUCT.md)
-* [Formula Cookbook](https://github.com/Homebrew/homebrew/wiki/Formula-Cookbook)
-* [Acceptable Formulae](https://github.com/Homebrew/homebrew/wiki/Acceptable-Formulae)
+* [Formula Cookbook](https://github.com/Homebrew/homebrew/blob/master/share/doc/homebrew/Formula-Cookbook.md)
+* [Acceptable Formulae](https://github.com/Homebrew/homebrew/blob/master/share/doc/homebrew/Acceptable-Formulae.md)
* [Ruby Style Guide](https://github.com/styleguide/ruby)
-* [How To Open a Homebrew Pull Request (and get it merged)](https://github.com/Homebrew/homebrew/wiki/How-To-Open-a-Homebrew-Pull-Request-(and-get-it-merged))
+* [How To Open a Homebrew Pull Request (and get it merged)](https://github.com/Homebrew/homebrew/blob/master/share/doc/homebrew/How-To-Open-a-Homebrew-Pull-Request-(and-get-it-merged).md)
Thanks!