From 11d7510c0889aeff1eadbda1a9c83d9b493f69fe Mon Sep 17 00:00:00 2001 From: Orgad Shaneh Date: Tue, 15 Nov 2016 15:06:22 +0200 Subject: Update links code.google.com is obsolete. Fix all broken markdown links while at it. Change-Id: I6a337bf4b84eacd5f5c749a4ee61331553279009 Reviewed-on: https://chromium-review.googlesource.com/411800 Reviewed-by: Mike Frysinger --- src/third_party/linux/include/gflags/gflags.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/third_party') diff --git a/src/third_party/linux/include/gflags/gflags.h b/src/third_party/linux/include/gflags/gflags.h index 08a3b637..a1c99078 100644 --- a/src/third_party/linux/include/gflags/gflags.h +++ b/src/third_party/linux/include/gflags/gflags.h @@ -514,7 +514,7 @@ bool IsBoolFlag(bool from); // great together! // The weird 'using' + 'extern' inside the fLS namespace is to work around // an unknown compiler bug/issue with the gcc 4.2.1 on SUSE 10. See -// http://code.google.com/p/google-gflags/issues/detail?id=20 +// https://github.com/gflags/gflags/issues/31 #define DEFINE_string(name, val, txt) \ namespace fLS { \ static union { void* align; char s[sizeof(std::string)]; } s_##name[2]; \ -- cgit v1.2.1