aboutsummaryrefslogtreecommitdiffstats
path: root/googletest/docs
diff options
context:
space:
mode:
authorKrystian Kuzniarek <krystian.kuzniarek@gmail.com>2019-07-13 07:47:14 +0200
committerKrystian Kuzniarek <krystian.kuzniarek@gmail.com>2019-07-13 07:47:14 +0200
commit275bbc7884e9a12e9d9a46a95d5e1757c91d6313 (patch)
treeb23c7abbf6c0df0924d31689c07745f79354e6b2 /googletest/docs
parent437e1008c97b6bf595fec85da42c6925babd96b2 (diff)
downloadgoogletest-275bbc7884e9a12e9d9a46a95d5e1757c91d6313.tar.gz
googletest-275bbc7884e9a12e9d9a46a95d5e1757c91d6313.tar.bz2
googletest-275bbc7884e9a12e9d9a46a95d5e1757c91d6313.zip
rename and apply snake_case on CheatSheet.md
Diffstat (limited to 'googletest/docs')
-rw-r--r--googletest/docs/advanced.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/googletest/docs/advanced.md b/googletest/docs/advanced.md
index 603777c1..d0f1bfab 100644
--- a/googletest/docs/advanced.md
+++ b/googletest/docs/advanced.md
@@ -429,7 +429,7 @@ and you're ready to go.
(Please read the [previous](#asserting-using-gmock-matchers) section first if you haven't.)
-You can use the gMock [string matchers](../../googlemock/docs/CheatSheet.md#string-matchers)
+You can use the gMock [string matchers](../../googlemock/docs/cheat_sheet.md#string-matchers)
with `EXPECT_THAT()` or `ASSERT_THAT()` to do more string comparison tricks
(sub-string, prefix, suffix, regular expression, and etc). For example,