diff options
author | Krystian Kuzniarek <krystian.kuzniarek@gmail.com> | 2019-07-13 07:47:14 +0200 |
---|---|---|
committer | Krystian Kuzniarek <krystian.kuzniarek@gmail.com> | 2019-07-13 07:47:14 +0200 |
commit | 275bbc7884e9a12e9d9a46a95d5e1757c91d6313 (patch) | |
tree | b23c7abbf6c0df0924d31689c07745f79354e6b2 /googlemock/docs/Documentation.md | |
parent | 437e1008c97b6bf595fec85da42c6925babd96b2 (diff) | |
download | googletest-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.md | 2 |
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. |