diff options
author | Krystian Kuzniarek <krystian.kuzniarek@gmail.com> | 2019-07-13 08:08:58 +0200 |
---|---|---|
committer | Krystian Kuzniarek <krystian.kuzniarek@gmail.com> | 2019-07-13 08:09:11 +0200 |
commit | 92d92f2f551541b8bbc74c39622f80e2479812aa (patch) | |
tree | a338e6d2430e2eff51de6a9fae29ce5be7747f8e /googlemock/docs/documentation.md | |
parent | 6078089ef87cf4074daead5c53f5d15c8f5a79e7 (diff) | |
download | googletest-92d92f2f551541b8bbc74c39622f80e2479812aa.tar.gz googletest-92d92f2f551541b8bbc74c39622f80e2479812aa.tar.bz2 googletest-92d92f2f551541b8bbc74c39622f80e2479812aa.zip |
rename and apply snake_case on ForDummies.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 c2b00ba1..f4456d53 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. |