From 2856089f6bb717a789509605f22542b6282d54a6 Mon Sep 17 00:00:00 2001 From: Trevor Sullivan Date: Wed, 14 Sep 2022 02:43:01 -0600 Subject: [PATCH] Fix README link to XUnit project (#1006) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d7b5abf..3a060c8 100644 --- a/README.md +++ b/README.md @@ -113,7 +113,7 @@ Notice that this is a workaround and is not recommended for production use. ## Testing -The project uses [XUnit](https://xunit.github.io) as unit testing framework. +The project uses [XUnit](https://github.com/xunit/xunit) as unit testing framework. To run the tests: