aboutsummaryrefslogtreecommitdiffstats
path: root/googlemock/docs/Documentation.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/docs/Documentation.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/docs/Documentation.md')
-rw-r--r--googlemock/docs/Documentation.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/googlemock/docs/Documentation.md b/googlemock/docs/Documentation.md
index af8a3b90..c2b00ba1 100644
--- a/googlemock/docs/Documentation.md
+++ b/googlemock/docs/Documentation.md
@@ -5,7 +5,7 @@ documentation for that specific version instead (e.g. by checking out
the respective git branch/tag).**
* [ForDummies](ForDummies.md) -- start here if you are new to Google Mock.
- * [CheatSheet](CheatSheet.md) -- a quick reference.
+ * [CheatSheet](cheat_sheet.md) -- a quick reference.
* [CookBook](cook_book.md) -- recipes for doing various tasks using Google Mock.
* [FrequentlyAskedQuestions](FrequentlyAskedQuestions.md) -- check here before asking a question on the mailing list.