rename and apply snake_case on FrequentlyAskedQuestions.md
diff --git a/googlemock/README.md b/googlemock/README.md
index 05e6a7d..bd90caa 100644
--- a/googlemock/README.md
+++ b/googlemock/README.md
@@ -69,7 +69,7 @@
 
 If you need help, please check the
 [KnownIssues](docs/KnownIssues.md) and
-[FrequentlyAskedQuestions](docs/FrequentlyAskedQuestions.md) before
+[FrequentlyAskedQuestions](docs/frequently_asked_questions.md) before
 posting a question on the
 [discussion group](http://groups.google.com/group/googlemock).
 
diff --git a/googlemock/docs/documentation.md b/googlemock/docs/documentation.md
index f4456d5..0f19e6f 100644
--- a/googlemock/docs/documentation.md
+++ b/googlemock/docs/documentation.md
@@ -7,7 +7,7 @@
   * [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:
 
diff --git a/googlemock/docs/for_dummies.md b/googlemock/docs/for_dummies.md
index 4b7551e..2110531 100644
--- a/googlemock/docs/for_dummies.md
+++ b/googlemock/docs/for_dummies.md
@@ -1,6 +1,6 @@
 
 
-(**Note:** If you get compiler errors that you don't understand, be sure to consult [Google Mock Doctor](FrequentlyAskedQuestions.md#how-am-i-supposed-to-make-sense-of-these-horrible-template-errors).)
+(**Note:** If you get compiler errors that you don't understand, be sure to consult [Google Mock Doctor](frequently_asked_questions.md#how-am-i-supposed-to-make-sense-of-these-horrible-template-errors).)
 
 # What Is Google C++ Mocking Framework? #
 When you write a prototype or test, often it's not feasible or wise to rely on real objects entirely. A **mock object** implements the same interface as a real object (so it can be used as one), but lets you specify at run time how it will be used and what it should do (which methods will be called? in which order? how many times? with what arguments? what will they return? etc).
diff --git a/googlemock/docs/FrequentlyAskedQuestions.md b/googlemock/docs/frequently_asked_questions.md
similarity index 100%
rename from googlemock/docs/FrequentlyAskedQuestions.md
rename to googlemock/docs/frequently_asked_questions.md