diff options
author | Gennadiy Civil <gennadiycivil@users.noreply.github.com> | 2017-12-01 16:41:53 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-12-01 16:41:53 -0500 |
commit | 9e236748fb7c9e0d29cdcae0a9f4e1c062838f48 (patch) | |
tree | 1d961a5f52067643ace2651fd3aa8dfbf965e225 /googlemock/include/gmock/gmock-generated-actions.h | |
parent | 4d26df729c4172a4786fb4ca509a264dfd9b89dc (diff) | |
parent | 247a3d8e5e5d403f7fcacdb8ccc71e5059f15daa (diff) | |
download | googletest-9e236748fb7c9e0d29cdcae0a9f4e1c062838f48.tar.gz googletest-9e236748fb7c9e0d29cdcae0a9f4e1c062838f48.tar.bz2 googletest-9e236748fb7c9e0d29cdcae0a9f4e1c062838f48.zip |
Merge branch 'master' into master
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_\ |