summaryrefslogtreecommitdiff
path: root/docs/advanced.md
diff options
context:
space:
mode:
authorAbseil Team <absl-team@google.com>2021-01-15 15:50:04 -0500
committerDerek Mauro <dmauro@google.com>2021-01-15 15:54:03 -0500
commitd128fc8252d53baad6ea456fa08cbf9028d255f4 (patch)
treef1735e03a01418b034916f446b8be3c48ad61408 /docs/advanced.md
parent5ae6e6e7e156a8a1cd83836ce2a0d95fb7acc8d1 (diff)
downloadgoogletest-git-d128fc8252d53baad6ea456fa08cbf9028d255f4.tar.gz
Googletest export
Fixes #3222, fixes #3225, closes #3223 PiperOrigin-RevId: 352066131
Diffstat (limited to 'docs/advanced.md')
-rw-r--r--docs/advanced.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/advanced.md b/docs/advanced.md
index 9d8d9437..4b6ba0e2 100644
--- a/docs/advanced.md
+++ b/docs/advanced.md
@@ -371,7 +371,7 @@ Verifies that `val1` is less than, or almost equal to, `val2`. You can replace
### Asserting Using gMock Matchers
-[gMock](gmock_index.md) comes with
+[gMock](gmock_for_dummies.md) comes with
[a library of matchers](gmock_cheat_sheet.md#MatcherList) for
validating arguments passed to mock objects. A gMock *matcher* is basically a
predicate that knows how to describe itself. It can be used in these assertion