From bd828f06e05f622e25ba6d57ec9bb5428f77e3a1 Mon Sep 17 00:00:00 2001 From: Faraz Fallahi Date: Thu, 20 Nov 2014 09:28:34 -0600 Subject: [PATCH] Chromium style --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3551031..1d9ff6c 100644 --- a/README.md +++ b/README.md @@ -559,7 +559,7 @@ A curated list of awesome C/C++ frameworks, libraries, resources, and shiny thin ## Coding Style -* [C++ Dos and Don'ts](http://www.chromium.org/developers/coding-style/cpp-dos-and-donts) +* [C++ Dos and Don'ts](http://www.chromium.org/developers/coding-style/cpp-dos-and-donts) - The Chromium Projects > For Developers > Coding Style > C++ Dos and Don'ts. * [google-styleguide](http://code.google.com/p/google-styleguide/) - Style guides for Google-originated open-source projects. * [Google C++ Style Guide](http://google-styleguide.googlecode.com/svn/trunk/cppguide.xml) * [GNU Coding Standard](http://www.gnu.org/prep/standards/standards.html)