aboutsummaryrefslogtreecommitdiffstats
path: root/googlemock/docs/FrequentlyAskedQuestions.md
diff options
context:
space:
mode:
authorKrystian Kuzniarek <krystian.kuzniarek@gmail.com>2019-07-13 08:08:58 +0200
committerKrystian Kuzniarek <krystian.kuzniarek@gmail.com>2019-07-13 08:09:11 +0200
commit92d92f2f551541b8bbc74c39622f80e2479812aa (patch)
treea338e6d2430e2eff51de6a9fae29ce5be7747f8e /googlemock/docs/FrequentlyAskedQuestions.md
parent6078089ef87cf4074daead5c53f5d15c8f5a79e7 (diff)
downloadgoogletest-92d92f2f551541b8bbc74c39622f80e2479812aa.tar.gz
googletest-92d92f2f551541b8bbc74c39622f80e2479812aa.tar.bz2
googletest-92d92f2f551541b8bbc74c39622f80e2479812aa.zip
rename and apply snake_case on ForDummies.md
Diffstat (limited to 'googlemock/docs/FrequentlyAskedQuestions.md')
-rw-r--r--googlemock/docs/FrequentlyAskedQuestions.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/googlemock/docs/FrequentlyAskedQuestions.md b/googlemock/docs/FrequentlyAskedQuestions.md
index 7b7ba0fb..de1ad2a2 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? ##