aboutsummaryrefslogtreecommitdiffstats
path: root/googlemock/docs/documentation.md
diff options
context:
space:
mode:
authorKrystian Kuzniarek <krystian.kuzniarek@gmail.com>2019-07-13 08:15:20 +0200
committerKrystian Kuzniarek <krystian.kuzniarek@gmail.com>2019-07-13 08:15:20 +0200
commit1d5b7cc1e2566e74fb288a61652114176bf65356 (patch)
treeba3be53706504d75293a48c672d05963718a0857 /googlemock/docs/documentation.md
parent92d92f2f551541b8bbc74c39622f80e2479812aa (diff)
downloadgoogletest-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.md2
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: