diff options
author | Gennadiy Civil <gennadiycivil@users.noreply.github.com> | 2018-09-04 10:55:52 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-09-04 10:55:52 -0400 |
commit | 25bf88432123d13a6ce2fde9a879ba90399fce1d (patch) | |
tree | e9c58bbb0b1571dd5d54e9432ee659b5b0d557ee | |
parent | c7a899855656fb0bba2c98ba70bc26333471eb92 (diff) | |
parent | 70a7017582b0bc49d15ec0253745d9201d3d1637 (diff) | |
download | googletest-25bf88432123d13a6ce2fde9a879ba90399fce1d.tar.gz googletest-25bf88432123d13a6ce2fde9a879ba90399fce1d.tar.bz2 googletest-25bf88432123d13a6ce2fde9a879ba90399fce1d.zip |
Merge pull request #1806 from asiplas/master
Fix #1805: add `.md` to hyperlink
-rw-r--r-- | googletest/docs/primer.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/googletest/docs/primer.md b/googletest/docs/primer.md index 7a8ea8d7..7ddd00ec 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. |