From 7e0bcd7e2976560ceeee23eba7c2c6506c5e1453 Mon Sep 17 00:00:00 2001 From: Roman Franchuk Date: Sun, 1 Nov 2015 12:52:05 +0200 Subject: [PATCH] Fix links in C++ guide to point to GitHub The links were pointing to googlecode.com. Two of them resulted in "404 Not Found", one resulted in the message "the project is moved". --- cppguide.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/cppguide.html b/cppguide.html index 0195cec..3674ac0 100644 --- a/cppguide.html +++ b/cppguide.html @@ -615,7 +615,7 @@ bool UpdateInternals(Frobber* f, int newval) {

Namespaces wrap the entire source file after includes, - + gflags definitions/declarations and forward declarations of classes from other namespaces.

@@ -2239,7 +2239,7 @@ NOLINT at the end of the line or how to run cpplint.py from their project tools. If the project you are contributing to does not, you can download - + cpplint.py separately.

@@ -4925,7 +4925,7 @@ everyone's code easily.

To help you format code correctly, we've created a - + settings file for emacs.

Line Length