diff options
author | Gennadiy Civil <misterg@google.com> | 2019-07-18 17:32:59 (GMT) |
---|---|---|
committer | Gennadiy Civil <misterg@google.com> | 2019-07-18 17:32:59 (GMT) |
commit | a743249a5534eb57d3f5b4b0bb6d51b8dd2d5c68 (patch) | |
tree | 82ff5ab0076f6a8b1295101b1642ce8d042b4bf2 /googletest/docs/advanced.md | |
parent | 15756aa0c88591c10108e740ad3096a3af966242 (diff) | |
download | googletest-a743249a5534eb57d3f5b4b0bb6d51b8dd2d5c68.zip googletest-a743249a5534eb57d3f5b4b0bb6d51b8dd2d5c68.tar.gz googletest-a743249a5534eb57d3f5b4b0bb6d51b8dd2d5c68.tar.bz2 |
Manual docs tweaks still in preparation for including docs with code pushes
Diffstat (limited to 'googletest/docs/advanced.md')
-rw-r--r-- | googletest/docs/advanced.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/googletest/docs/advanced.md b/googletest/docs/advanced.md index 146c6e8..ac7e689 100644 --- a/googletest/docs/advanced.md +++ b/googletest/docs/advanced.md @@ -385,7 +385,7 @@ using ::testing::StartsWith; ``` Read this -[recipe](https://github.com/google/googletest/blob/master/googlemock/docs/cook_book.md#using-matchers-in-googletest-assertions) +[recipe](../../googlemock/docs/cook_book.md#using-matchers-in-googletest-assertions) in the gMock Cookbook for more details. gMock has a rich set of matchers. You can do many things googletest cannot do |