@@ -53,18 +53,18 @@ the Apache License, which is different from Google Mock's license.
53
53
If you are new to the project, we suggest that you read the user
54
54
documentation in the following order:
55
55
56
- * Learn the [ basics] ( ../googletest/docs/Primer.md ) of
56
+ * Learn the [ basics] ( ../../tree/master/ googletest/docs/Primer.md ) of
57
57
Google Test, if you choose to use Google Mock with it (recommended).
58
- * Read [ Google Mock for Dummies] ( docs/ForDummies.md ) .
58
+ * Read [ Google Mock for Dummies] ( ../../tree/master/googlemock/ docs/ForDummies.md) .
59
59
* Read the instructions below on how to build Google Mock.
60
60
61
61
You can also watch Zhanyong's [ talk] ( http://www.youtube.com/watch?v=sYpCyLI47rM ) on Google Mock's usage and implementation.
62
62
63
63
Once you understand the basics, check out the rest of the docs:
64
64
65
- * [ CheatSheet] ( docs/CheatSheet.md ) - all the commonly used stuff
65
+ * [ CheatSheet] ( ../../tree/master/googlemock/ docs/CheatSheet.md) - all the commonly used stuff
66
66
at a glance.
67
- * [ CookBook] ( docs/CookBook.md ) - recipes for getting things done,
67
+ * [ CookBook] ( ../../tree/master/googlemock/ docs/CookBook.md) - recipes for getting things done,
68
68
including advanced techniques.
69
69
70
70
If you need help, please check the
@@ -79,7 +79,7 @@ posting a question on the
79
79
Google Mock is not a testing framework itself. Instead, it needs a
80
80
testing framework for writing tests. Google Mock works seamlessly
81
81
with [ Google Test] ( http://code.google.com/p/googletest/ ) , but
82
- you can also use it with [ any C++ testing framework] ( googlemock/ForDummies.md#Using_Google_Mock_with_Any_Testing_Framework ) .
82
+ you can also use it with [ any C++ testing framework] ( ../../master/ googlemock/docs/ ForDummies.md#using-google-mock-with-any-testing-framework ) .
83
83
84
84
### Requirements for End Users ###
85
85
@@ -90,7 +90,7 @@ You must use the bundled version of Google Test when using Google Mock.
90
90
You can also easily configure Google Mock to work with another testing
91
91
framework, although it will still need Google Test. Please read
92
92
[ "Using_Google_Mock_with_Any_Testing_Framework"] (
93
- docs/ForDummies.md#Using_Google_Mock_with_Any_Testing_Framework )
93
+ ../../master/googlemock/ docs/ForDummies.md#using-google-mock-with-any-testing-framework )
94
94
for instructions.
95
95
96
96
Google Mock depends on advanced C++ features and thus requires a more
0 commit comments