Skip to content

Commit 6e8519c

Browse files
committed
Merge pull request fffaraz#227 from FedirLytvynenko/master
Fix broken link to Google C++ Style Guide
2 parents 8784e75 + 9eff4da commit 6e8519c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -691,7 +691,7 @@ A curated list of awesome C/C++ frameworks, libraries, resources, and shiny thin
691691
* [C++ Core Guidelines](https://github.com/isocpp/CppCoreGuidelines) - "Official" set of C++ guidelines, reviewed by the author of C++.
692692
* [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.
693693
* [google-styleguide](https://github.com/google/styleguide) - Style guides for Google-originated open-source projects.
694-
* [Google C++ Style Guide](http://google-styleguide.googlecode.com/svn/trunk/cppguide.xml)
694+
* [Google C++ Style Guide](https://google.github.io/styleguide/cppguide.html)
695695
* [GNU Coding Standard](http://www.gnu.org/prep/standards/standards.html)
696696
* [Linux kernel coding style](https://www.kernel.org/doc/Documentation/CodingStyle)
697697
* [LLVM Coding Standards](http://llvm.org/docs/CodingStandards.html)

0 commit comments

Comments
 (0)