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-matchers.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-matchers.h')
-rw-r--r-- | googlemock/include/gmock/gmock-generated-matchers.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/googlemock/include/gmock/gmock-generated-matchers.h b/googlemock/include/gmock/gmock-generated-matchers.h index 57056fd9..525f8a71 100644 --- a/googlemock/include/gmock/gmock-generated-matchers.h +++ b/googlemock/include/gmock/gmock-generated-matchers.h @@ -1376,7 +1376,7 @@ AnyOf(M1 m1, M2 m2, M3 m3, M4 m4, M5 m5, M6 m6, M7 m7, M8 m8, M9 m9, M10 m10) { // ================ // // To learn more about using these macros, please search for 'MATCHER' -// on http://code.google.com/p/googlemock/wiki/CookBook. +// on https://github.com/google/googletest/blob/master/googlemock/docs/CookBook.md #define MATCHER(name, description)\ class name##Matcher {\ |