Update link to Google style guide.

Change-Id: I0c9d86f188cd20d256620ccbb46546678714e081
Reviewed-on: https://boringssl-review.googlesource.com/6386
Reviewed-by: Adam Langley <agl@google.com>
This commit is contained in:
David Benjamin 2015-10-30 16:31:40 -04:00 committed by Adam Langley
parent efb42fbb60
commit ecc2591b6c

View File

@ -1,7 +1,7 @@
# BoringSSL Style Guide
BoringSSL usually follows the
[Google C++ style guide](https://google-styleguide.googlecode.com/svn/trunk/cppguide.html).
[Google C++ style guide](https://google.github.io/styleguide/cppguide.html),
The rest of this document describes differences and clarifications on
top of the base guide.