diff options
author | assafpr <93249401+assafpr@users.noreply.github.com> | 2022-06-27 06:55:28 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-27 06:55:28 (GMT) |
commit | 1547c2acc833f53263b23fdea7fe1eeddd792933 (patch) | |
tree | 5833e45d73b689e23df3af17e4fbbb67a273a73a /googlemock | |
parent | 66d2463610e5db956e742e4267312169b0a84958 (diff) | |
download | googletest-1547c2acc833f53263b23fdea7fe1eeddd792933.zip googletest-1547c2acc833f53263b23fdea7fe1eeddd792933.tar.gz googletest-1547c2acc833f53263b23fdea7fe1eeddd792933.tar.bz2 |
Update gmock-actions.h
master branch changed to main in links
Diffstat (limited to 'googlemock')
-rw-r--r-- | googlemock/include/gmock/gmock-actions.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/googlemock/include/gmock/gmock-actions.h b/googlemock/include/gmock/gmock-actions.h index c785ad8..7e78c09 100644 --- a/googlemock/include/gmock/gmock-actions.h +++ b/googlemock/include/gmock/gmock-actions.h @@ -122,7 +122,7 @@ // MORE INFORMATION: // // To learn more about using these macros, please search for 'ACTION' 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 // IWYU pragma: private, include "gmock/gmock.h" // IWYU pragma: friend gmock/.* |