diff options
author | Samuel Roth <s-roth@onu.edu> | 2016-09-12 16:19:26 (GMT) |
---|---|---|
committer | Samuel Roth <s-roth@onu.edu> | 2016-09-12 16:19:26 (GMT) |
commit | 9cb03aa702235e3665d3555214eeb45082ac678e (patch) | |
tree | 726e8fa4b5ec8a245ac306d949813bb90093efe0 /googlemock | |
parent | 51b290d41e5d5407f7155e903d1ff559129f7d40 (diff) | |
download | googletest-9cb03aa702235e3665d3555214eeb45082ac678e.zip googletest-9cb03aa702235e3665d3555214eeb45082ac678e.tar.gz googletest-9cb03aa702235e3665d3555214eeb45082ac678e.tar.bz2 |
Fixing ForDummies link
Diffstat (limited to 'googlemock')
-rw-r--r-- | googlemock/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/googlemock/README.md b/googlemock/README.md index 261af22..8318f87 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. |