summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Nießen <tniessen@users.noreply.github.com>2020-10-26 16:14:31 +0100
committergengjiawen <technicalcute@gmail.com>2020-10-30 01:57:11 +0000
commit5947862801a98b885ead6b8d24e29a383345b726 (patch)
tree54065f7afc6185fa1bf5dfafef765a773e5b75b4
parent48ed72df977b87fe21e60a6a3cd945b29d877c65 (diff)
downloadnode-new-5947862801a98b885ead6b8d24e29a383345b726.tar.gz
doc: fix reference to googletest test fixture
PR-URL: https://github.com/nodejs/node/pull/35813 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Jiawen Geng <technicalcute@gmail.com>
-rw-r--r--doc/guides/writing-tests.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/guides/writing-tests.md b/doc/guides/writing-tests.md
index a2d436def2..50c1e78872 100644
--- a/doc/guides/writing-tests.md
+++ b/doc/guides/writing-tests.md
@@ -444,4 +444,4 @@ Nightly coverage reports for the Node.js master branch are available at
[all maintained branches]: https://github.com/nodejs/lts
[directory structure overview]: https://github.com/nodejs/node/blob/master/test/README.md#test-directories
[node.green]: https://node.green/
-[test fixture]: https://github.com/google/googletest/blob/master/googletest/docs/Primer.md#test-fixtures-using-the-same-data-configuration-for-multiple-tests
+[test fixture]: https://github.com/google/googletest/blob/master/googletest/docs/primer.md#test-fixtures-using-the-same-data-configuration-for-multiple-tests-same-data-multiple-tests