diff options
author | Krystian Kuzniarek <krystian.kuzniarek@gmail.com> | 2019-07-13 08:15:20 +0200 |
---|---|---|
committer | Krystian Kuzniarek <krystian.kuzniarek@gmail.com> | 2019-07-13 08:15:20 +0200 |
commit | 1d5b7cc1e2566e74fb288a61652114176bf65356 (patch) | |
tree | ba3be53706504d75293a48c672d05963718a0857 /googlemock/docs/documentation.md | |
parent | 92d92f2f551541b8bbc74c39622f80e2479812aa (diff) | |
download | googletest-1d5b7cc1e2566e74fb288a61652114176bf65356.tar.gz googletest-1d5b7cc1e2566e74fb288a61652114176bf65356.tar.bz2 googletest-1d5b7cc1e2566e74fb288a61652114176bf65356.zip |
rename and apply snake_case on FrequentlyAskedQuestions.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 f4456d53..0f19e6fa 100644 --- a/googlemock/docs/documentation.md +++ b/googlemock/docs/documentation.md @@ -7,7 +7,7 @@ the respective git branch/tag).** * [ForDummies](for_dummies.md) -- start here if you are new to Google Mock. * [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. + * [FrequentlyAskedQuestions](frequently_asked_questions.md) -- check here before asking a question on the mailing list. To contribute code to Google Mock, read: |