aboutsummaryrefslogtreecommitdiffstats
path: root/googlemock/README.md
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 /googlemock/README.md
parent437e1008c97b6bf595fec85da42c6925babd96b2 (diff)
downloadgoogletest-275bbc7884e9a12e9d9a46a95d5e1757c91d6313.tar.gz
googletest-275bbc7884e9a12e9d9a46a95d5e1757c91d6313.tar.bz2
googletest-275bbc7884e9a12e9d9a46a95d5e1757c91d6313.zip
rename and apply snake_case on CheatSheet.md
Diffstat (limited to 'googlemock/README.md')
-rw-r--r--googlemock/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/googlemock/README.md b/googlemock/README.md
index 6465fc6a..34a7ed99 100644
--- a/googlemock/README.md
+++ b/googlemock/README.md
@@ -62,7 +62,7 @@ You can also watch Zhanyong's [talk](http://www.youtube.com/watch?v=sYpCyLI47rM)
Once you understand the basics, check out the rest of the docs:
- * [CheatSheet](../googlemock/docs/CheatSheet.md) - all the commonly used stuff
+ * [CheatSheet](../googlemock/docs/cheat_sheet.md) - all the commonly used stuff
at a glance.
* [CookBook](../googlemock/docs/cook_book.md) - recipes for getting things done,
including advanced techniques.