From 50458641975203e93ddf9e8d57a67d68e0cf99ab Mon Sep 17 00:00:00 2001 From: Hyuk Myeong Date: Tue, 13 Aug 2019 11:57:03 +0900 Subject: [PATCH] Update cheat_sheet.md --- googlemock/docs/cheat_sheet.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/googlemock/docs/cheat_sheet.md b/googlemock/docs/cheat_sheet.md index 37c808f5..ed181a58 100644 --- a/googlemock/docs/cheat_sheet.md +++ b/googlemock/docs/cheat_sheet.md @@ -757,7 +757,7 @@ class MockFunction { }; ``` -See this [recipe](cook_book.md#using-check-points) for one application of it. +See this [recipe](cook_book.md#useful-mocks-created-using-gmock) for one application of it. ### Flags