Skip to content

Commit 26dfddc

Browse files
committed
Update CONTRIBUTING.md
1 parent 3e4e77d commit 26dfddc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ to reproduce if there are any. Also, make sure to indicate the earliest version
1010
Code changes are welcome and should follow the guidelines below.
1111

1212
* Fork the repository on GitHub.
13-
* Fix the issue ensuring that your code follows the [style guide](https://github.com/hapijs/hapi/blob/master/docs/Style.md).
13+
* Fix the issue ensuring that your code follows the [style guide](https://github.com/hapijs/contrib/blob/master/Style.md).
1414
* Add tests for your new code ensuring that you have 100% code coverage (we can help you reach 100% but will not merge without it).
1515
* Run `npm test` to generate a report of test coverage
1616
* [Pull requests](http://help.github.com/send-pull-requests/) should be made to the [master branch](https://github.com/hapijs/code/tree/master).

0 commit comments

Comments
 (0)