Skip to content

Commit

Permalink
Point links in contribution guide at Tigerbrew
Browse files Browse the repository at this point in the history
These links went to the upstream Homebrew project, and some of them are no longer at that URL. This updates them to point at this project’s copy.
  • Loading branch information
ticky authored and mistydemeo committed Jan 17, 2021
1 parent 2917ec5 commit 7a92543
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
## Reporting Bugs
First, please run `brew update` and `brew doctor`.

Second, read the [Troubleshooting Checklist](https://github.com/Homebrew/homebrew/blob/master/share/doc/homebrew/Troubleshooting.md#troubleshooting).
Second, read the [Troubleshooting Checklist](https://github.com/mistydemeo/tigerbrew/blob/master/share/doc/homebrew/Troubleshooting.md#troubleshooting).

**If you don't read these it will take us far longer to help you with your problem.**

Expand All @@ -12,11 +12,11 @@ Please report security issues to [email protected].
## Contributing
Please read:

* [Code of Conduct](https://github.com/Homebrew/homebrew/blob/master/CODEOFCONDUCT.md#code-of-conduct)
* [Formula Cookbook](https://github.com/Homebrew/homebrew/blob/master/share/doc/homebrew/Formula-Cookbook.md#formula-cookbook)
* [Acceptable Formulae](https://github.com/Homebrew/homebrew/blob/master/share/doc/homebrew/Acceptable-Formulae.md#acceptable-formulae)
* [Code of Conduct](https://github.com/mistydemeo/tigerbrew/blob/master/CODEOFCONDUCT.md#code-of-conduct)
* [Formula Cookbook](https://github.com/mistydemeo/tigerbrew/blob/master/share/doc/homebrew/Formula-Cookbook.md)
* [Acceptable Formulae](https://github.com/mistydemeo/tigerbrew/blob/master/share/doc/homebrew/Acceptable-Formulae.md#acceptable-formulae)
* [Ruby Style Guide](https://github.com/styleguide/ruby)
* [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#how-to-open-a-homebrew-pull-request-and-get-it-merged)
* [How To Open a Tigerbrew Pull Request (and get it merged)](https://github.com/mistydemeo/tigerbrew/blob/master/share/doc/homebrew/How-To-Open-a-Homebrew-Pull-Request-(and-get-it-merged).md#how-to-open-a-tigerbrew-pull-request-and-get-it-merged)

Tigerbrew guidelines
--------------------
Expand Down

0 comments on commit 7a92543

Please sign in to comment.