diff --git a/docs/advanced.md b/docs/advanced.md index 7994fc8b9..dcf41e8d3 100644 --- a/docs/advanced.md +++ b/docs/advanced.md @@ -640,7 +640,7 @@ exception and avoid the crash. If you want to verify exceptions thrown by your code, see [Exception Assertions](#ExceptionAssertions). If you want to test `EXPECT_*()/ASSERT_*()` failures in your test code, see -Catching Failures +["Catching" Failures](#catching-failures). ### How to Write a Death Test