From 939c2b37fd30c8278c7c321933fc3fc67915df30 Mon Sep 17 00:00:00 2001 From: Jordan Bradford <36420801+jrdnbradford@users.noreply.github.com> Date: Mon, 29 Sep 2025 20:41:39 -0400 Subject: [PATCH] Fix mising link --- docs/contributing/code-review.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/contributing/code-review.md b/docs/contributing/code-review.md index 209cba6..afd7286 100644 --- a/docs/contributing/code-review.md +++ b/docs/contributing/code-review.md @@ -43,4 +43,4 @@ add more tests. If you are unsure what kind of tests to add for your pull request, other contributors to the repo will be happy to help guide you! -See [](/contributing/tests) for guidelines on writing tests. +See [`tests.md`](/docs/contributing/tests.md) for guidelines on writing tests.