summaryrefslogtreecommitdiffstats
path: root/googlemock/include/gmock/gmock-matchers.h
diff options
context:
space:
mode:
authorAbseil Team <absl-team@google.com>2021-02-16 20:58:39 (GMT)
committerDerek Mauro <dmauro@google.com>2021-02-18 18:27:00 (GMT)
commit58937787164c94d609af8a326a19cb3e3dfb630c (patch)
tree78bcc5042eb82f85042d6b483e8fc462e537d64d /googlemock/include/gmock/gmock-matchers.h
parentbc32a874522a3b1631b664952a9887d45d44b573 (diff)
downloadgoogletest-58937787164c94d609af8a326a19cb3e3dfb630c.zip
googletest-58937787164c94d609af8a326a19cb3e3dfb630c.tar.gz
googletest-58937787164c94d609af8a326a19cb3e3dfb630c.tar.bz2
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/gmock/gmock-matchers.h')
-rw-r--r--googlemock/include/gmock/gmock-matchers.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/googlemock/include/gmock/gmock-matchers.h b/googlemock/include/gmock/gmock-matchers.h
index b83db56..5258878 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