CPP_STYLE: fix reference to google code style guide

This commit is contained in:
Evgeniy A. Dushistov 2016-10-02 13:32:02 +03:00
parent 6786e297ef
commit dc2bab44f1

View file

@ -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: