]> git-server-git.apps.pok.os.sepia.ceph.com Git - googletest.git/commitdiff
Manual docs tweaks still in preparation for including docs with code pushes
authorGennadiy Civil <misterg@google.com>
Thu, 18 Jul 2019 17:32:59 +0000 (13:32 -0400)
committerGennadiy Civil <misterg@google.com>
Thu, 18 Jul 2019 17:32:59 +0000 (13:32 -0400)
googletest/docs/advanced.md
googletest/docs/primer.md

index 146c6e8a092d4294267acc1efb9dac7c1e49ccf1..ac7e6890f5c5371c05d4643299a3bc13bdc8b4a7 100644 (file)
@@ -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
index ba17ce85ce907fb9929b5e3d354d04af09336c5c..388df3b5109143e6eaa6c7b1cb669915f4eb78f0 100644 (file)
@@ -164,7 +164,7 @@ you'll get a compiler error. We used to require the arguments to support the
 `<<` is supported, it will be called to print the arguments when the assertion
 fails; otherwise googletest will attempt to print them in the best way it can.
 For more details and how to customize the printing of the arguments, see
-[documentation](https://github.com/google/googletest/blob/master/googlemock/docs/cook_book.md#teaching-gmock-how-to-print-your-values)
+[documentation](../../googlemock/docs/cook_book.md#teaching-gmock-how-to-print-your-values)
 
 These assertions can work with a user-defined type, but only if you define the
 corresponding comparison operator (e.g. `==`, `<`, etc). Since this is