Skip to content

Commit

Permalink
Fix link to Pantheon's (now Besu) coding conventions (#927)
Browse files Browse the repository at this point in the history
  • Loading branch information
circlespainter authored and ajsutton committed Oct 7, 2019
1 parent aea0ee9 commit cbcf88a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ We use Google's Java coding conventions for the project. To reformat code, run:
Code style will be checked automatically during a build.

## Coding Conventions
We have a set of [coding conventions](https://github.com/PegaSysEng/pantheon/blob/master/CODING-CONVENTIONS.md) to which we try to adhere. These are not strictly enforced during the build, but should be adhered to and called out in code reviews.
We have a set of [coding conventions](https://github.com/hyperledger/besu/blob/master/CODING-CONVENTIONS.md) to which we try to adhere. These are not strictly enforced during the build, but should be adhered to and called out in code reviews.

## Git Commit Messages & Pull Request Messages
* Use the present tense ("Add feature" not "Added feature")
Expand Down

0 comments on commit cbcf88a

Please sign in to comment.