From e3f2c4fa4330f54451f7f7e519b074e2f5928504 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vojt=C4=9Bch=20Toman?= Date: Wed, 15 Nov 2023 21:03:56 +0100 Subject: [PATCH] Fix broken link in CONTRIBUTING.md --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 813c57e7..a63b1db5 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -241,7 +241,7 @@ easy and good test coverage of the codebase is an important goal. Refactoring the project to enable fine-grained unit testing is also an ongoing effort. Various methods of testing are in use (e.g. fuzzing, mutation), please see -the [readme](./REAME.md) for more information. +the [readme](./README.md) for more information. ## Going further