diff options
| author | Abseil Team <absl-team@google.com> | 2021-02-16 15:58:39 -0500 |
|---|---|---|
| committer | Derek Mauro <dmauro@google.com> | 2021-02-18 13:27:00 -0500 |
| commit | 58937787164c94d609af8a326a19cb3e3dfb630c (patch) | |
| tree | 78bcc5042eb82f85042d6b483e8fc462e537d64d /googlemock/include | |
| parent | bc32a874522a3b1631b664952a9887d45d44b573 (diff) | |
| download | googletest-58937787164c94d609af8a326a19cb3e3dfb630c.tar.gz googletest-58937787164c94d609af8a326a19cb3e3dfb630c.zip | |
Googletest export
Update stale links to `gmock_cook_book.md`.
I'm a new googletest user and found these links broken when reading the documentation.
PiperOrigin-RevId: 357786392
Diffstat (limited to 'googlemock/include')
| -rw-r--r-- | googlemock/include/gmock/gmock-actions.h | 2 | ||||
| -rw-r--r-- | googlemock/include/gmock/gmock-matchers.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/googlemock/include/gmock/gmock-actions.h b/googlemock/include/gmock/gmock-actions.h index 9a1cf7b5..79eac151 100644 --- a/googlemock/include/gmock/gmock-actions.h +++ b/googlemock/include/gmock/gmock-actions.h @@ -123,7 +123,7 @@ // MORE INFORMATION: // // To learn more about using these macros, please search for 'ACTION' on -// https://github.com/google/googletest/blob/master/googlemock/docs/cook_book.md +// https://github.com/google/googletest/blob/master/docs/gmock_cook_book.md // GOOGLETEST_CM0002 DO NOT DELETE diff --git a/googlemock/include/gmock/gmock-matchers.h b/googlemock/include/gmock/gmock-matchers.h index b83db56f..52588789 100644 --- a/googlemock/include/gmock/gmock-matchers.h +++ b/googlemock/include/gmock/gmock-matchers.h @@ -241,7 +241,7 @@ // // To learn more about using these macros, please search for 'MATCHER' // on -// https://github.com/google/googletest/blob/master/googlemock/docs/cook_book.md +// https://github.com/google/googletest/blob/master/docs/gmock_cook_book.md // // This file also implements some commonly used argument matchers. More // matchers can be defined by the user implementing the |

