forked from organicmaps/organicmaps-tmp
CPP_STYLE: fix reference to google code style guide
This commit is contained in:
parent
6786e297ef
commit
dc2bab44f1
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue