summaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorWouter van Oortmerssen <aardappel@gmail.com>2017-02-08 16:37:25 -0800
committerWouter van Oortmerssen <aardappel@gmail.com>2017-02-08 16:37:25 -0800
commited2110d7b3e0920afdc94508c220aee79dd9dcff (patch)
tree23b6aeea9f5077934f34b7ea5aaa9023281119bc /CONTRIBUTING.md
parenta9514de978718c5c5af16e12427d52d4d90281a6 (diff)
downloadflatbuffers-ed2110d7b3e0920afdc94508c220aee79dd9dcff.tar.gz
flatbuffers-ed2110d7b3e0920afdc94508c220aee79dd9dcff.tar.bz2
flatbuffers-ed2110d7b3e0920afdc94508c220aee79dd9dcff.zip
Fixed link to Google C++ Style Guide.
Change-Id: Ifb955f3daefedae2cb9930a365c4c7e0641776b4
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 15887529..17428add 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: