aboutsummaryrefslogtreecommitdiffstats
path: root/googlemock/docs/ForDummies.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 /googlemock/docs/ForDummies.md
parenta2b149b2398b4954e40df947c54297f266a8a194 (diff)
downloadgoogletest-e6c407d605c9887dcffc395f93aa33f8685ff035.tar.gz
googletest-e6c407d605c9887dcffc395f93aa33f8685ff035.tar.bz2
googletest-e6c407d605c9887dcffc395f93aa33f8685ff035.zip
Fix doc links
Diffstat (limited to 'googlemock/docs/ForDummies.md')
-rw-r--r--googlemock/docs/ForDummies.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/googlemock/docs/ForDummies.md b/googlemock/docs/ForDummies.md
index 418461de..e2a430f8 100644
--- a/googlemock/docs/ForDummies.md
+++ b/googlemock/docs/ForDummies.md
@@ -187,7 +187,7 @@ sometimes causes the test program to crash. You'll still be able to
notice that the test has failed, but it's not a graceful failure.
A better solution is to use Google Test's
-[event listener API](../../googletest/docs/advanced.md#extending-google-test-by-handling-test-events)
+[event listener API](../../googletest/docs/advanced.md#extending-googletest-by-handling-test-events)
to report a test failure to your testing framework properly. You'll need to
implement the `OnTestPartResult()` method of the event listener interface, but it
should be straightforward.