Skip to content
Snippets Groups Projects
Commit ed2110d7 authored by Wouter van Oortmerssen's avatar Wouter van Oortmerssen
Browse files

Fixed link to Google C++ Style Guide.

Change-Id: Ifb955f3daefedae2cb9930a365c4c7e0641776b4
parent a9514de9
No related branches found
No related tags found
No related merge requests found
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment