summaryrefslogtreecommitdiff
path: root/googlemock/README.md
diff options
context:
space:
mode:
authorBilly Donahue <BillyDonahue@users.noreply.github.com>2017-02-25 20:46:21 -0500
committerGitHub <noreply@github.com>2017-02-25 20:46:21 -0500
commitba638689e40fc60c2e5194fc777bf30541deeff8 (patch)
treea37b2aa00b1debfa4dc726727a8d33ab89f6b91c /googlemock/README.md
parent51143d5b62521f71020ada4ba1b6b44f3a6749bb (diff)
downloadgoogletest-git-ba638689e40fc60c2e5194fc777bf30541deeff8.tar.gz
Remove /tree/ from Readme.md links.
Issue #1028
Diffstat (limited to 'googlemock/README.md')
-rw-r--r--googlemock/README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/googlemock/README.md b/googlemock/README.md
index 3eb10cbb..7b13a6d3 100644
--- a/googlemock/README.md
+++ b/googlemock/README.md
@@ -53,18 +53,18 @@ 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](../../tree/master/googletest/docs/Primer.md) of
+ * Learn the [basics](../../master/googletest/docs/Primer.md) of
Google Test, if you choose to use Google Mock with it (recommended).
- * Read [Google Mock for Dummies](../../tree/master/googlemock/docs/ForDummies.md).
+ * Read [Google Mock for Dummies](../../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.
Once you understand the basics, check out the rest of the docs:
- * [CheatSheet](../../tree/master/googlemock/docs/CheatSheet.md) - all the commonly used stuff
+ * [CheatSheet](../../master/googlemock/docs/CheatSheet.md) - all the commonly used stuff
at a glance.
- * [CookBook](../../tree/master/googlemock/docs/CookBook.md) - recipes for getting things done,
+ * [CookBook](../../master/googlemock/docs/CookBook.md) - recipes for getting things done,
including advanced techniques.
If you need help, please check the