]> git-server-git.apps.pok.os.sepia.ceph.com Git - googletest.git/commitdiff
Fix relative links in googlemock docs.
authorBilly Donahue <BillyDonahue@users.noreply.github.com>
Thu, 17 Sep 2015 22:22:40 +0000 (18:22 -0400)
committerBilly Donahue <BillyDonahue@users.noreply.github.com>
Thu, 17 Sep 2015 22:22:40 +0000 (18:22 -0400)
googlemock/README.md

index c4556468c7e298dd5d4da241325f878875d4d78c..03d8955ae345e878fcd6b5186b4635e8e78f0911 100644 (file)
@@ -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).