summaryrefslogtreecommitdiffstats
path: root/googlemock/docs
diff options
context:
space:
mode:
authorKrystian Kuzniarek <krystian.kuzniarek@gmail.com>2019-07-13 06:08:58 (GMT)
committerKrystian Kuzniarek <krystian.kuzniarek@gmail.com>2019-07-13 06:09:11 (GMT)
commit92d92f2f551541b8bbc74c39622f80e2479812aa (patch)
treea338e6d2430e2eff51de6a9fae29ce5be7747f8e /googlemock/docs
parent6078089ef87cf4074daead5c53f5d15c8f5a79e7 (diff)
downloadgoogletest-92d92f2f551541b8bbc74c39622f80e2479812aa.zip
googletest-92d92f2f551541b8bbc74c39622f80e2479812aa.tar.gz
googletest-92d92f2f551541b8bbc74c39622f80e2479812aa.tar.bz2
rename and apply snake_case on ForDummies.md
Diffstat (limited to 'googlemock/docs')
-rw-r--r--googlemock/docs/FrequentlyAskedQuestions.md2
-rw-r--r--googlemock/docs/cook_book.md2
-rw-r--r--googlemock/docs/documentation.md2
-rw-r--r--googlemock/docs/for_dummies.md (renamed from googlemock/docs/ForDummies.md)0
4 files changed, 3 insertions, 3 deletions
diff --git a/googlemock/docs/FrequentlyAskedQuestions.md b/googlemock/docs/FrequentlyAskedQuestions.md
index 7b7ba0f..de1ad2a 100644
--- a/googlemock/docs/FrequentlyAskedQuestions.md
+++ b/googlemock/docs/FrequentlyAskedQuestions.md
@@ -206,7 +206,7 @@ need any help.
Google Mock works out of the box with Google Test. However, it's easy
to configure it to work with any testing framework of your choice.
-[Here](ForDummies.md#using-google-mock-with-any-testing-framework) is how.
+[Here](for_dummies.md#using-google-mock-with-any-testing-framework) is how.
## How am I supposed to make sense of these horrible template errors? ##
diff --git a/googlemock/docs/cook_book.md b/googlemock/docs/cook_book.md
index f25b681..4e20eaa 100644
--- a/googlemock/docs/cook_book.md
+++ b/googlemock/docs/cook_book.md
@@ -3,7 +3,7 @@
<!-- GOOGLETEST_CM0011 DO NOT DELETE -->
You can find recipes for using Google Mock here. If you haven't yet,
-please read the [ForDummies](ForDummies.md) document first to make sure you understand
+please read the [ForDummies](for_dummies.md) document first to make sure you understand
the basics.
**Note:** Google Mock lives in the `testing` name space. For
diff --git a/googlemock/docs/documentation.md b/googlemock/docs/documentation.md
index c2b00ba..f4456d5 100644
--- a/googlemock/docs/documentation.md
+++ b/googlemock/docs/documentation.md
@@ -4,7 +4,7 @@ current git version)**
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.
+ * [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.
diff --git a/googlemock/docs/ForDummies.md b/googlemock/docs/for_dummies.md
index 4b7551e..4b7551e 100644
--- a/googlemock/docs/ForDummies.md
+++ b/googlemock/docs/for_dummies.md