aboutsummaryrefslogtreecommitdiffstats
path: root/googletest/docs/faq.md
diff options
context:
space:
mode:
authorArkady Shapkin <arkady.shapkin@gmail.com>2018-09-04 23:07:18 +0300
committerArkady Shapkin <arkady.shapkin@gmail.com>2018-09-04 23:07:18 +0300
commite6c407d605c9887dcffc395f93aa33f8685ff035 (patch)
tree95933e9bf5e6919bdcf806bf920d47467e895d45 /googletest/docs/faq.md
parenta2b149b2398b4954e40df947c54297f266a8a194 (diff)
downloadgoogletest-e6c407d605c9887dcffc395f93aa33f8685ff035.tar.gz
googletest-e6c407d605c9887dcffc395f93aa33f8685ff035.tar.bz2
googletest-e6c407d605c9887dcffc395f93aa33f8685ff035.zip
Fix doc links
Diffstat (limited to 'googletest/docs/faq.md')
-rw-r--r--googletest/docs/faq.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/googletest/docs/faq.md b/googletest/docs/faq.md
index 7d42ff7d..54584548 100644
--- a/googletest/docs/faq.md
+++ b/googletest/docs/faq.md
@@ -131,7 +131,7 @@ In August 2008 we had to switch the default death test style from `fast` to
default. This caused many death tests to slow down. Unfortunately this change
was necessary.
-Please read [Fixing Failing Death Tests](death_test_styles.md) for what you can
+Please read [Fixing Failing Death Tests](advanced.md#death-test-styles) for what you can
do.
## I got some run-time errors about invalid proto descriptors when using `ProtocolMessageEquals`. Help!