diff options
author | Samuel Roth <s-roth@onu.edu> | 2016-09-12 16:15:49 (GMT) |
---|---|---|
committer | Samuel Roth <s-roth@onu.edu> | 2016-09-12 16:15:49 (GMT) |
commit | 51b290d41e5d5407f7155e903d1ff559129f7d40 (patch) | |
tree | 6d92a3f47ace08061b4265f3386d00fa82a99f1c /googlemock | |
parent | 16d6af7d414a5d7a7e6c3d1cfbdaf4b45bdad193 (diff) | |
download | googletest-51b290d41e5d5407f7155e903d1ff559129f7d40.zip googletest-51b290d41e5d5407f7155e903d1ff559129f7d40.tar.gz googletest-51b290d41e5d5407f7155e903d1ff559129f7d40.tar.bz2 |
One works
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 ae7e484..261af22 100644 --- a/googlemock/README.md +++ b/googlemock/README.md @@ -53,7 +53,7 @@ the Apache License, which is different from Google Mock's license. If you are new to the project, we suggest that you read the user documentation in the following order: - * Learn the [basics](../../googletest/docs/Primer.md) of + * 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 the instructions below on how to build Google Mock. |