From ed2110d7b3e0920afdc94508c220aee79dd9dcff Mon Sep 17 00:00:00 2001 From: Wouter van Oortmerssen Date: Wed, 8 Feb 2017 16:37:25 -0800 Subject: [PATCH] Fixed link to Google C++ Style Guide. Change-Id: Ifb955f3daefedae2cb9930a365c4c7e0641776b4 --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 158875295..17428add5 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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: