Googletest export

Add missing link

PiperOrigin-RevId: 374774097
diff --git a/docs/advanced.md b/docs/advanced.md
index 7994fc8..dcf41e8 100644
--- a/docs/advanced.md
+++ b/docs/advanced.md
@@ -640,7 +640,7 @@
 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