From 9eff4dab588b4b0ef3bf797bdbbf349f3d9ddadc Mon Sep 17 00:00:00 2001 From: Fedir Ltvynenko Date: Mon, 23 May 2016 23:23:06 +0300 Subject: [PATCH] Fix broken link to Google C++ Style Guide --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b3a3299..8381b8f 100644 --- a/README.md +++ b/README.md @@ -691,7 +691,7 @@ A curated list of awesome C/C++ frameworks, libraries, resources, and shiny thin * [C++ Core Guidelines](https://github.com/isocpp/CppCoreGuidelines) - "Official" set of C++ guidelines, reviewed by the author of C++. * [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](https://github.com/google/styleguide) - Style guides for Google-originated open-source projects. -* [Google C++ Style Guide](http://google-styleguide.googlecode.com/svn/trunk/cppguide.xml) +* [Google C++ Style Guide](https://google.github.io/styleguide/cppguide.html) * [GNU Coding Standard](http://www.gnu.org/prep/standards/standards.html) * [Linux kernel coding style](https://www.kernel.org/doc/Documentation/CodingStyle) * [LLVM Coding Standards](http://llvm.org/docs/CodingStandards.html)