From 70a7017582b0bc49d15ec0253745d9201d3d1637 Mon Sep 17 00:00:00 2001 From: Andrew Siplas Date: Mon, 3 Sep 2018 22:13:52 -0400 Subject: Fix #1805: add `.md` to hyperlink --- googletest/docs/primer.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/googletest/docs/primer.md b/googletest/docs/primer.md index 7a8ea8d..7ddd00e 100644 --- a/googletest/docs/primer.md +++ b/googletest/docs/primer.md @@ -471,7 +471,7 @@ If a fatal failure happens the subsequent steps will be skipped. > > Also, you should call `RUN_ALL_TESTS()` only **once**. Calling it more than > once conflicts with some advanced googletest features (e.g. thread-safe [death -> tests](advanced#death-tests)) and thus is not supported. +> tests](advanced.md#death-tests)) and thus is not supported. **Availability**: Linux, Windows, Mac. -- cgit v0.12