Skip to content

Commit 9ae086a

Browse files
authored
Merge pull request google#874 from sejr/master
Fixing broken relative links in Google Mock documentation
2 parents 5e7fd50 + 3134af2 commit 9ae086a

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

googlemock/README.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -53,18 +53,18 @@ the Apache License, which is different from Google Mock's license.
5353
If you are new to the project, we suggest that you read the user
5454
documentation in the following order:
5555

56-
* Learn the [basics](../googletest/docs/Primer.md) of
56+
* Learn the [basics](../../tree/master/googletest/docs/Primer.md) of
5757
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).
5959
* Read the instructions below on how to build Google Mock.
6060

6161
You can also watch Zhanyong's [talk](http://www.youtube.com/watch?v=sYpCyLI47rM) on Google Mock's usage and implementation.
6262

6363
Once you understand the basics, check out the rest of the docs:
6464

65-
* [CheatSheet](docs/CheatSheet.md) - all the commonly used stuff
65+
* [CheatSheet](../../tree/master/googlemock/docs/CheatSheet.md) - all the commonly used stuff
6666
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,
6868
including advanced techniques.
6969

7070
If you need help, please check the
@@ -79,7 +79,7 @@ posting a question on the
7979
Google Mock is not a testing framework itself. Instead, it needs a
8080
testing framework for writing tests. Google Mock works seamlessly
8181
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).
8383

8484
### Requirements for End Users ###
8585

@@ -90,7 +90,7 @@ You must use the bundled version of Google Test when using Google Mock.
9090
You can also easily configure Google Mock to work with another testing
9191
framework, although it will still need Google Test. Please read
9292
["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)
9494
for instructions.
9595

9696
Google Mock depends on advanced C++ features and thus requires a more

0 commit comments

Comments
 (0)