summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorAbseil Team <absl-team@google.com>2021-05-20 01:36:03 (GMT)
committerDino Radaković <dinor@google.com>2021-05-21 20:58:11 (GMT)
commit9741c42200b66abc708ee6da269a29c8bd912cee (patch)
treec556c8734355bae71550678613baeab1e7af09eb /docs
parentf8519738b0041ed594ee0676c2f92e7a7e5ed975 (diff)
downloadgoogletest-9741c42200b66abc708ee6da269a29c8bd912cee.zip
googletest-9741c42200b66abc708ee6da269a29c8bd912cee.tar.gz
googletest-9741c42200b66abc708ee6da269a29c8bd912cee.tar.bz2
Googletest export
Add missing link PiperOrigin-RevId: 374774097
Diffstat (limited to 'docs')
-rw-r--r--docs/advanced.md2
1 files changed, 1 insertions, 1 deletions
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 @@ 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