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/common/linux/tests/crash_generator.cc | 2 +- src/common/mac/GTMDefines.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src/common') diff --git a/src/common/linux/tests/crash_generator.cc b/src/common/linux/tests/crash_generator.cc index c9491f6f..dd681139 100644 --- a/src/common/linux/tests/crash_generator.cc +++ b/src/common/linux/tests/crash_generator.cc @@ -202,7 +202,7 @@ bool CrashGenerator::CreateChildCrash( // On Android the signal sometimes doesn't seem to get sent even though // tkill returns '0'. Retry a couple of times if the signal doesn't get // through on the first go: - // https://code.google.com/p/google-breakpad/issues/detail?id=579 + // https://bugs.chromium.org/p/google-breakpad/issues/detail?id=579 #if defined(__ANDROID__) const int kRetries = 60; const unsigned int kSleepTimeInSeconds = 1; diff --git a/src/common/mac/GTMDefines.h b/src/common/mac/GTMDefines.h index 14ffa7e1..04fcf6d0 100644 --- a/src/common/mac/GTMDefines.h +++ b/src/common/mac/GTMDefines.h @@ -117,7 +117,7 @@ // developer level errors. This implementation simply macros to NSLog/NSAssert. // It is not intended to be a general logging/reporting system. // -// Please see http://code.google.com/p/google-toolbox-for-mac/wiki/DevLogNAssert +// Please see https://github.com/google/google-toolbox-for-mac/wiki/DevLogNAssert // for a little more background on the usage of these macros. // // _GTMDevLog log some error/problem in debug builds -- cgit v1.2.1