Skip to content

Commit

Permalink
Fixed link to Google C++ Style Guide.
Browse files Browse the repository at this point in the history
Change-Id: Ifb955f3daefedae2cb9930a365c4c7e0641776b4
  • Loading branch information
aardappel committed Feb 9, 2017
1 parent a9514de commit ed2110d
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 @@ -25,7 +25,7 @@ use Github pull requests for this purpose.

Some tips for good pull requests:
* Use our code
[style guide](http://google-styleguide.googlecode.com/svn/trunk/cppguide.html).
[style guide](https://google.github.io/styleguide/cppguide.html).
When in doubt, try to stay true to the existing code of the project.
* Write a descriptive commit message. What problem are you solving and what
are the consequences? Where and what did you test? Some good tips:
Expand Down

0 comments on commit ed2110d

Please sign in to comment.