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
diff options
context:
space:
mode:
authorIlya Zverev <zverik@textual.ru>2015-09-28 22:54:17 +0300
committerIlya Zverev <zverik@textual.ru>2015-09-28 22:54:17 +0300
commit5c31d7973db83d82e98cbe7fbaffc5ca4f3a07aa (patch)
treee9dc64718ca825f58c5c28bb2df5ff660b86faab /README.md
parente3274547d4de122d6b412ea8ae72eb34ac5615da (diff)
[docs] Formatted cpp coding style to markdown
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 23ff81e3af..ef07618c2d 100644
--- a/README.md
+++ b/README.md
@@ -48,7 +48,7 @@ format description, instructions on building a style and some links.
You would need Qt 5 for development, most other libraries are included into the
repository, see `3party` directory. The team uses mostly XCode and Qt Creator,
though these are not mandatory. We have an established
-[coding style](https://github.com/mapsme/omim/blob/master/docs/cpp_coding_standard.txt).
+[coding style](https://github.com/mapsme/omim/blob/master/docs/CPP_STYLE.md).
Our pull request review process may be intimidating, but it ensures a consistent
code quality.