summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorassafpr <93249401+assafpr@users.noreply.github.com>2022-06-22 13:12:54 (GMT)
committerGitHub <noreply@github.com>2022-06-22 13:12:54 (GMT)
commitb59ae848d16b3f3f5f20e38f91c70d748fe733f2 (patch)
treea3998686013f3660df1b2fa967adef6ae4c9dc85 /docs
parentf2f099fb7034370927ff8b62ce7892c485a8565a (diff)
downloadgoogletest-b59ae848d16b3f3f5f20e38f91c70d748fe733f2.zip
googletest-b59ae848d16b3f3f5f20e38f91c70d748fe733f2.tar.gz
googletest-b59ae848d16b3f3f5f20e38f91c70d748fe733f2.tar.bz2
Update faq.md
Diffstat (limited to 'docs')
-rw-r--r--docs/faq.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/faq.md b/docs/faq.md
index c849aff..1928097 100644
--- a/docs/faq.md
+++ b/docs/faq.md
@@ -267,7 +267,7 @@ If necessary, you can continue to derive test fixtures from a derived fixture.
GoogleTest has no limit on how deep the hierarchy can be.
For a complete example using derived test fixtures, see
-[sample5_unittest.cc](https://github.com/google/googletest/blob/master/googletest/samples/sample5_unittest.cc).
+[sample5_unittest.cc](https://github.com/google/googletest/blob/main/googletest/samples/sample5_unittest.cc).
## My compiler complains "void value not ignored as it ought to be." What does this mean?