diff options
author | Herbert Thielen <thielen@hs-worms.de> | 2017-08-31 18:12:17 +0200 |
---|---|---|
committer | Herbert Thielen <thielen@hs-worms.de> | 2017-08-31 18:12:17 +0200 |
commit | e033d8c73de8d757fa30d22626ae026f43be6bd5 (patch) | |
tree | 212d2754181daeaa3aa85964637f5bf3b3b50842 /googlemock/include/gmock/gmock-generated-actions.h | |
parent | a430e9c176bd78d5deed693b1239dc96c95a1ec2 (diff) | |
download | googletest-e033d8c73de8d757fa30d22626ae026f43be6bd5.tar.gz googletest-e033d8c73de8d757fa30d22626ae026f43be6bd5.tar.bz2 googletest-e033d8c73de8d757fa30d22626ae026f43be6bd5.zip |
change links from former code.google.com to current github repository
Diffstat (limited to 'googlemock/include/gmock/gmock-generated-actions.h')
-rw-r--r-- | googlemock/include/gmock/gmock-generated-actions.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/googlemock/include/gmock/gmock-generated-actions.h b/googlemock/include/gmock/gmock-generated-actions.h index b5a889c0..be4ebe4f 100644 --- a/googlemock/include/gmock/gmock-generated-actions.h +++ b/googlemock/include/gmock/gmock-generated-actions.h @@ -875,7 +875,7 @@ DoAll(Action1 a1, Action2 a2, Action3 a3, Action4 a4, Action5 a5, Action6 a6, // MORE INFORMATION: // // To learn more about using these macros, please search for 'ACTION' -// on http://code.google.com/p/googlemock/wiki/CookBook. +// on https://github.com/google/googletest/blob/master/googlemock/docs/CookBook.md // An internal macro needed for implementing ACTION*(). #define GMOCK_ACTION_ARG_TYPES_AND_NAMES_UNUSED_\ |