From ce78a1c13d4b89e30689bd5524ad3630ce6cca85 Mon Sep 17 00:00:00 2001 From: Patrick Strube Date: Wed, 14 Jan 2026 22:26:46 -0800 Subject: [PATCH] fix #341 --- docs/developer-guide.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/developer-guide.md b/docs/developer-guide.md index 8b7da4c01..9094a442e 100644 --- a/docs/developer-guide.md +++ b/docs/developer-guide.md @@ -23,6 +23,6 @@ You first need to [fork][fork] then [clone][clone] this Windows Forms repository ## More Information -* [Test Infrastructure Notes](docs/test-infrastructure.md) -* [Test Suites and Categorization](docs/tests-suites.md) -* [New Test Addition Guideline](docs/test-addition-guidelines.md) \ No newline at end of file +* [Test Infrastructure Notes](test-infrastructure.md) +* [Test Suites and Categorization](test-suites.md) +* [New Test Addition Guideline](test-addition-guidelines.md)