summaryrefslogtreecommitdiffstats
path: root/googlemock/include/gmock/gmock-matchers.h
diff options
context:
space:
mode:
authorassafpr <93249401+assafpr@users.noreply.github.com>2022-06-27 06:56:59 (GMT)
committerGitHub <noreply@github.com>2022-06-27 06:56:59 (GMT)
commitd0af91ead3983b0eacae3efa5bf3a2b368141bb0 (patch)
tree1949ab5d4c4e9b738552cd94f54ea9a504062712 /googlemock/include/gmock/gmock-matchers.h
parent1547c2acc833f53263b23fdea7fe1eeddd792933 (diff)
downloadgoogletest-d0af91ead3983b0eacae3efa5bf3a2b368141bb0.zip
googletest-d0af91ead3983b0eacae3efa5bf3a2b368141bb0.tar.gz
googletest-d0af91ead3983b0eacae3efa5bf3a2b368141bb0.tar.bz2
Update gmock-matchers.h
branch master changed to main on link
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 6282901..186a95c 100644
--- a/googlemock/include/gmock/gmock-matchers.h
+++ b/googlemock/include/gmock/gmock-matchers.h
@@ -240,7 +240,7 @@
//
// To learn more about using these macros, please search for 'MATCHER'
// on
-// https://github.com/google/googletest/blob/master/docs/gmock_cook_book.md
+// https://github.com/google/googletest/blob/main/docs/gmock_cook_book.md
//
// This file also implements some commonly used argument matchers. More
// matchers can be defined by the user implementing the