Skip to content

Commit dc0cf8b

Browse files
authored
Merge pull request #695 from tkruse/fix-google-link
Google styleguide now lives on github
2 parents 9c091b6 + 1931fdc commit dc0cf8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CppCoreGuidelines.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15879,7 +15879,7 @@ Reference sections:
1587915879
* Facebook: ???
1588015880
* [GCC Coding Conventions](https://gcc.gnu.org/codingconventions.html).
1588115881
C++03 and (reasonably) a bit backwards looking.
15882-
* [Google C++ Style Guide](http://google-styleguide.googlecode.com/svn/trunk/cppguide.html).
15882+
* [Google C++ Style Guide](https://google.github.io/styleguide/cppguide.html).
1588315883
Geared toward C++03 and (also) older code bases. Google experts are now actively collaborating here on helping to improve these Guidelines, and hopefully to merge efforts so these can be a modern common set they could also recommend.
1588415884
* [JSF++: JOINT STRIKE FIGHTER AIR VEHICLE C++ CODING STANDARDS](http://www.stroustrup.com/JSF-AV-rules.pdf).
1588515885
Document Number 2RDU00001 Rev C. December 2005.

0 commit comments

Comments
 (0)