summaryrefslogtreecommitdiff
path: root/googlemock/README.md
diff options
context:
space:
mode:
authorSamuel Roth <s-roth@onu.edu>2016-09-12 12:19:26 -0400
committerSamuel Roth <s-roth@onu.edu>2016-09-12 12:19:26 -0400
commit9cb03aa702235e3665d3555214eeb45082ac678e (patch)
tree726e8fa4b5ec8a245ac306d949813bb90093efe0 /googlemock/README.md
parent51b290d41e5d5407f7155e903d1ff559129f7d40 (diff)
downloadgoogletest-git-9cb03aa702235e3665d3555214eeb45082ac678e.tar.gz
Fixing ForDummies link
Diffstat (limited to 'googlemock/README.md')
-rw-r--r--googlemock/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/googlemock/README.md b/googlemock/README.md
index 261af22d..8318f871 100644
--- a/googlemock/README.md
+++ b/googlemock/README.md
@@ -55,7 +55,7 @@ documentation in the following order:
* Learn the [basics](../../tree/master/googletest/docs/Primer.md) of
Google Test, if you choose to use Google Mock with it (recommended).
- * Read [Google Mock for Dummies](docs/ForDummies.md).
+ * Read [Google Mock for Dummies](../../tree/master/googlemock/docs/ForDummies.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.