summaryrefslogtreecommitdiffstats
path: root/docs/gmock_cook_book.md
diff options
context:
space:
mode:
authorAbseil Team <absl-team@google.com>2021-04-28 03:56:12 (GMT)
committerDerek Mauro <dmauro@google.com>2021-04-29 14:40:37 (GMT)
commit065a0c8140dd366411b85a51911b5095753c9295 (patch)
tree33f0319f7d867f02e33a3ea136abe1a025496719 /docs/gmock_cook_book.md
parent680a5aa337d655b916e9048fe8f2ff69e9d4998a (diff)
downloadgoogletest-065a0c8140dd366411b85a51911b5095753c9295.zip
googletest-065a0c8140dd366411b85a51911b5095753c9295.tar.gz
googletest-065a0c8140dd366411b85a51911b5095753c9295.tar.bz2
Googletest export
Clean up links to Matchers Reference PiperOrigin-RevId: 370821457
Diffstat (limited to 'docs/gmock_cook_book.md')
-rw-r--r--docs/gmock_cook_book.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/gmock_cook_book.md b/docs/gmock_cook_book.md
index 5b8910b..891c35c 100644
--- a/docs/gmock_cook_book.md
+++ b/docs/gmock_cook_book.md
@@ -1088,7 +1088,8 @@ z`. Note that in this example, it wasn't necessary specify the positional
matchers.
As a convenience and example, gMock provides some matchers for 2-tuples,
-including the `Lt()` matcher above. See [here](#MultiArgMatchers) for the
+including the `Lt()` matcher above. See
+[Multi-argument Matchers](reference/matchers.md#MultiArgMatchers) for the
complete list.
Note that if you want to pass the arguments to a predicate of your own (e.g.