Googletest export

Update broken link

PiperOrigin-RevId: 378272186
diff --git a/docs/gmock_faq.md b/docs/gmock_faq.md
index 09623b4..2cd9b3f 100644
--- a/docs/gmock_faq.md
+++ b/docs/gmock_faq.md
@@ -87,9 +87,9 @@
 
 If you see the message "The mock function has no default action set, and its
 return type has no default value set.", then try
-[adding a default action](gmock_for_dummies.md#DefaultValue). Due to a known
-issue, unexpected calls on mocks without default actions don't print out a
-detailed comparison between the actual arguments and the expected arguments.
+[adding a default action](gmock_cheat_sheet.md#OnCall). Due to a known issue,
+unexpected calls on mocks without default actions don't print out a detailed
+comparison between the actual arguments and the expected arguments.
 
 ### My program crashed and `ScopedMockLog` spit out tons of messages. Is it a gMock bug?