diff options
Diffstat (limited to 'src/common/mac')
-rw-r--r-- | src/common/mac/GTMDefines.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 |