Skip to content

Commit ed2110d

Browse files
committedFeb 9, 2017
Fixed link to Google C++ Style Guide.
Change-Id: Ifb955f3daefedae2cb9930a365c4c7e0641776b4
1 parent a9514de commit ed2110d

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
@@ -25,7 +25,7 @@ use Github pull requests for this purpose.
2525

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

0 commit comments

Comments
 (0)
Please sign in to comment.