From 4d546fc751a60001dfcacb16bf91e9b17d65c008 Mon Sep 17 00:00:00 2001 From: Mark Haslinghuis Date: Fri, 28 Oct 2022 12:09:32 +0200 Subject: [PATCH] Fix typo in link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index aa2fe9ca4f..a95f9e0e52 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ This fork differs from Baseflight and Cleanflight in that it focuses on flight p The following new requirements for pull requests adding new targets or modifying existing targets are put in place from now on: -1. Read the [hardware specification](https://github.com/betaflight/betaflight/blob/master/docs/Manafacturer%20Design%20Guidelines.md) +1. Read the [hardware specification](https://github.com/betaflight/betaflight/blob/master/docs/Manufacturer%20Design%20Guidelines.md) 2. No new F3 based targets will be accepted;