diff options
author | Samuel Roth <s-roth@onu.edu> | 2016-09-12 16:14:00 (GMT) |
---|---|---|
committer | Samuel Roth <s-roth@onu.edu> | 2016-09-12 16:14:00 (GMT) |
commit | 10ff7f9468634ecc5a6ff8b8e5888d5d5068daeb (patch) | |
tree | 738a537547c075fd0bda1b3421cc485c0ee43070 /googlemock/README.md | |
parent | 48ee8e98abc950abd8541e15550b18f8f6cfb3a9 (diff) | |
download | googletest-10ff7f9468634ecc5a6ff8b8e5888d5d5068daeb.zip googletest-10ff7f9468634ecc5a6ff8b8e5888d5d5068daeb.tar.gz googletest-10ff7f9468634ecc5a6ff8b8e5888d5d5068daeb.tar.bz2 |
Fixing relative links
Diffstat (limited to 'googlemock/README.md')
-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 332beab..629b867 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](../../../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. |