Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/boringssl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Benjamin <davidben@chromium.org>2015-10-30 23:31:40 +0300
committerAdam Langley <agl@google.com>2015-11-03 05:02:12 +0300
commitecc2591b6cbb376dfa0ea1dfce35f1f172ffd0d5 (patch)
treed5d4e7af7140b4265d25ea274cf6e110a346de78 /STYLE.md
parentefb42fbb607c11391a08d5787bcffd08b9a0c78f (diff)
Update link to Google style guide.
Change-Id: I0c9d86f188cd20d256620ccbb46546678714e081 Reviewed-on: https://boringssl-review.googlesource.com/6386 Reviewed-by: Adam Langley <agl@google.com>
Diffstat (limited to 'STYLE.md')
-rw-r--r--STYLE.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/STYLE.md b/STYLE.md
index d51de786..4d2c5de4 100644
--- a/STYLE.md
+++ b/STYLE.md
@@ -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.