aboutsummaryrefslogtreecommitdiffstats
path: root/googlemock/docs/ForDummies.md
diff options
context:
space:
mode:
authorGennadiy Civil <gennadiycivil@users.noreply.github.com>2018-06-11 12:55:06 -0400
committerGitHub <noreply@github.com>2018-06-11 12:55:06 -0400
commit9077ec7efe5b652468ab051e93c67589d5cb8f85 (patch)
treec1420a17dc6c9f9b0900a47d2b9a566d318faded /googlemock/docs/ForDummies.md
parentc091b0469ab4c04ee9411ef770f32360945f4c53 (diff)
parent0b958a03e9f757c5f744f09fac2f82b6d896561b (diff)
downloadgoogletest-9077ec7efe5b652468ab051e93c67589d5cb8f85.tar.gz
googletest-9077ec7efe5b652468ab051e93c67589d5cb8f85.tar.bz2
googletest-9077ec7efe5b652468ab051e93c67589d5cb8f85.zip
Merge pull request #1624 from gennadiycivil/master
Adjust documentation files and 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 76910569..1e0fd416 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/AdvancedGuide.md#extending-google-test-by-handling-test-events)
+[event listener API](../../googletest/docs/advanced.md#extending-google-test-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.