From dc2bab44f14dc72d4210e4662f3cb07c0ffac808 Mon Sep 17 00:00:00 2001 From: "Evgeniy A. Dushistov" Date: Sun, 2 Oct 2016 13:32:02 +0300 Subject: [PATCH] CPP_STYLE: fix reference to google code style guide --- docs/CPP_STYLE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/CPP_STYLE.md b/docs/CPP_STYLE.md index d69a07523e..87bf2c28b5 100644 --- a/docs/CPP_STYLE.md +++ b/docs/CPP_STYLE.md @@ -1,6 +1,6 @@ # C++ Style Guide -In general, [Google's coding standard](http://google-styleguide.googlecode.com/svn/trunk/cppguide.xml) is used, and we strongly encourage to read it. +In general, [Google's coding standard](https://google.github.io/styleguide/cppguide.html) is used, and we strongly encourage to read it. Below are our specific (but not all!) exceptions to the Google's coding standard: