From 356f223acc4ecbef909f8aa3b694568932a98028 Mon Sep 17 00:00:00 2001 From: isaacs Date: Tue, 3 Oct 2023 10:28:56 -0700 Subject: [PATCH] doc: fix link to node-test-example repo --- src/docs/content/node-test-interop.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/docs/content/node-test-interop.md b/src/docs/content/node-test-interop.md index c274c32d1..cc6833e87 100644 --- a/src/docs/content/node-test-interop.md +++ b/src/docs/content/node-test-interop.md @@ -13,7 +13,7 @@ eleventyNavigation: The best way to appreciate how these two things work together is with an example. The [`tapjs/node-test-example` -repo](https://github.com:tapjs/node-test-example) is a module +repo](https://github.com/tapjs/node-test-example) is a module with a shocking number of bugs for how little code it is, with a test written using `node:test` and effectively the same test written using `tap`.