summaryrefslogtreecommitdiffstats
path: root/googlemock/README.md
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/README.md
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/README.md')
-rw-r--r--googlemock/README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/googlemock/README.md b/googlemock/README.md
index 34a7ed9..05e6a7d 100644
--- a/googlemock/README.md
+++ b/googlemock/README.md
@@ -55,7 +55,7 @@ documentation in the following order:
* Learn the [basics](../googletest/docs/primer.md) of
Google Test, if you choose to use Google Mock with it (recommended).
- * Read [Google Mock for Dummies](../googlemock/docs/ForDummies.md).
+ * Read [Google Mock for Dummies](../googlemock/docs/for_dummies.md).
* Read the instructions below on how to build Google Mock.
You can also watch Zhanyong's [talk](http://www.youtube.com/watch?v=sYpCyLI47rM) on Google Mock's usage and implementation.
@@ -79,7 +79,7 @@ posting a question on the
Google Mock is not a testing framework itself. Instead, it needs a
testing framework for writing tests. Google Mock works seamlessly
with [Google Test](https://github.com/google/googletest), but
-you can also use it with [any C++ testing framework](../googlemock/docs/ForDummies.md#using-google-mock-with-any-testing-framework).
+you can also use it with [any C++ testing framework](../googlemock/docs/for_dummies.md#using-google-mock-with-any-testing-framework).
### Requirements for End Users ###
@@ -90,7 +90,7 @@ You must use the bundled version of Google Test when using Google Mock.
You can also easily configure Google Mock to work with another testing
framework, although it will still need Google Test. Please read
["Using_Google_Mock_with_Any_Testing_Framework"](
- ../googlemock/docs/ForDummies.md#using-google-mock-with-any-testing-framework)
+ ../googlemock/docs/for_dummies.md#using-google-mock-with-any-testing-framework)
for instructions.
Google Mock depends on advanced C++ features and thus requires a more