diff options
author | Billy Donahue <BillyDonahue@users.noreply.github.com> | 2015-09-17 22:22:40 (GMT) |
---|---|---|
committer | Billy Donahue <BillyDonahue@users.noreply.github.com> | 2015-09-17 22:22:40 (GMT) |
commit | 8cb0499b6aea4fd320bb8c247eeb459b301302ea (patch) | |
tree | 726b525d0bcc6297c733593b6ef7aec2fcca60c2 /googlemock | |
parent | 31eb85ee6a651646b8f7b7923b5cacae521f8d8f (diff) | |
download | googletest-8cb0499b6aea4fd320bb8c247eeb459b301302ea.zip googletest-8cb0499b6aea4fd320bb8c247eeb459b301302ea.tar.gz googletest-8cb0499b6aea4fd320bb8c247eeb459b301302ea.tar.bz2 |
Fix relative links in googlemock docs.refs/pull/591/head
Diffstat (limited to 'googlemock')
-rw-r--r-- | googlemock/README.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/googlemock/README.md b/googlemock/README.md index c455646..03d8955 100644 --- a/googlemock/README.md +++ b/googlemock/README.md @@ -62,14 +62,14 @@ You can also watch Zhanyong's [talk](http://www.youtube.com/watch?v=sYpCyLI47rM) Once you understand the basics, check out the rest of the docs: - * [CheatSheet](googlemock/docs/CheatSheet.md) - all the commonly used stuff + * [CheatSheet](docs/CheatSheet.md) - all the commonly used stuff at a glance. - * [CookBook](googlemock/docs/CookBook.md) - recipes for getting things done, + * [CookBook](docs/CookBook.md) - recipes for getting things done, including advanced techniques. If you need help, please check the -[KnownIssues](googlemock/docs/KnownIssues.md) and -[FrequentlyAskedQuestions](googlemock/docs/frequentlyaskedquestions.md) before +[KnownIssues](docs/KnownIssues.md) and +[FrequentlyAskedQuestions](docs/frequentlyaskedquestions.md) before posting a question on the [discussion group](http://groups.google.com/group/googlemock). |