aboutsummaryrefslogtreecommitdiffstats
path: root/googlemock/README.md
diff options
context:
space:
mode:
authorSamuel Roth <s-roth@onu.edu>2016-09-12 12:24:08 -0400
committerSamuel Roth <s-roth@onu.edu>2016-09-12 12:24:08 -0400
commitf5c0130e88a373ed4a53c96c2676ebe53a3b883c (patch)
tree5ee1abbd8b8f40a75479a52d0cafd0375466b552 /googlemock/README.md
parent9cb03aa702235e3665d3555214eeb45082ac678e (diff)
downloadgoogletest-f5c0130e88a373ed4a53c96c2676ebe53a3b883c.tar.gz
googletest-f5c0130e88a373ed4a53c96c2676ebe53a3b883c.tar.bz2
googletest-f5c0130e88a373ed4a53c96c2676ebe53a3b883c.zip
Broken relative links fixed
Diffstat (limited to 'googlemock/README.md')
-rw-r--r--googlemock/README.md12
1 files changed, 6 insertions, 6 deletions
diff --git a/googlemock/README.md b/googlemock/README.md
index 8318f871..a02fd225 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](docs/CheatSheet.md) - all the commonly used stuff
+ * [CheatSheet](../../tree/master/googlemock/docs/CheatSheet.md) - all the commonly used stuff
at a glance.
- * [CookBook](docs/CookBook.md) - recipes for getting things done,
+ * [CookBook](../../tree/master/googlemock/docs/CookBook.md) - recipes for getting things done,
including advanced techniques.
If you need help, please check the
-[KnownIssues](docs/KnownIssues.md) and
-[FrequentlyAskedQuestions](docs/FrequentlyAskedQuestions.md) before
+[KnownIssues](../../tree/master/googlemock/docs/KnownIssues.md) and
+[FrequentlyAskedQuestions](../../tree/master/googlemock/docs/FrequentlyAskedQuestions.md) before
posting a question on the
[discussion group](http://groups.google.com/group/googlemock).
@@ -79,7 +79,7 @@ posting a question on the
Google Mock is not a testing framework itself. Instead, it needs a
testing framework for writing tests. Google Mock works seamlessly
with [Google Test](http://code.google.com/p/googletest/), but
-you can also use it with [any C++ testing framework](googlemock/ForDummies.md#Using_Google_Mock_with_Any_Testing_Framework).
+you can also use it with [any C++ testing framework](../../tree/master/googlemock/docs/ForDummies.md#Using_Google_Mock_with_Any_Testing_Framework).
### Requirements for End Users ###
@@ -90,7 +90,7 @@ You must use the bundled version of Google Test when using Google Mock.
You can also easily configure Google Mock to work with another testing
framework, although it will still need Google Test. Please read
["Using_Google_Mock_with_Any_Testing_Framework"](
- docs/ForDummies.md#Using_Google_Mock_with_Any_Testing_Framework)
+ ../../tree/master/googlemock/docs/ForDummies.md#Using_Google_Mock_with_Any_Testing_Framework)
for instructions.
Google Mock depends on advanced C++ features and thus requires a more