summaryrefslogtreecommitdiffstats
path: root/docs/gmock_cheat_sheet.md
diff options
context:
space:
mode:
authorHyuk Myeong <hyuk.myeong@lge.com>2021-06-13 10:50:40 (GMT)
committerHyuk Myeong <hyuk.myeong@lge.com>2021-06-13 10:53:04 (GMT)
commit1745a405eb7c70e0e4488023a4f2c69fd6faed4f (patch)
tree929ae0feb2906134de5606bedf8f8b0de3547c06 /docs/gmock_cheat_sheet.md
parente2239ee6043f73722e7aa812a459f54a28552929 (diff)
downloadgoogletest-1745a405eb7c70e0e4488023a4f2c69fd6faed4f.zip
googletest-1745a405eb7c70e0e4488023a4f2c69fd6faed4f.tar.gz
googletest-1745a405eb7c70e0e4488023a4f2c69fd6faed4f.tar.bz2
Diffstat (limited to 'docs/gmock_cheat_sheet.md')
-rw-r--r--docs/gmock_cheat_sheet.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/gmock_cheat_sheet.md b/docs/gmock_cheat_sheet.md
index 17ed7a5..09aeef0 100644
--- a/docs/gmock_cheat_sheet.md
+++ b/docs/gmock_cheat_sheet.md
@@ -230,8 +230,8 @@ class MockFunction<R(A1, ..., An)> {
};
```
-See this [recipe](gmock_cook_book.md#using-check-points) for one application of
-it.
+See this [recipe](gmock_cook_book.md#useful-mocks-created-using-gmock) for one
+application of it.
## Flags