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

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorEvgeniy A. Dushistov <dushistov@mail.ru>2016-10-02 13:32:02 +0300
committerEvgeniy A. Dushistov <dushistov@mail.ru>2016-10-02 13:32:02 +0300
commitdc2bab44f14dc72d4210e4662f3cb07c0ffac808 (patch)
treed149d22831f64cfe2a1311f1b472adad079735be /docs
parent6786e297ef698a67473b74e98e9651c366068cc6 (diff)
CPP_STYLE: fix reference to google code style guide
Diffstat (limited to 'docs')
-rw-r--r--docs/CPP_STYLE.md2
1 files changed, 1 insertions, 1 deletions
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: