From aa3887d4e7aba055f92ea2ec40a551242822cad8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jesper=20M=C3=B8ller?= Date: Tue, 4 Feb 2025 20:54:40 +0000 Subject: [PATCH] Fix link to "a-note-about-drivers" --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0fa66e76dc..41a8b5fff7 100644 --- a/README.md +++ b/README.md @@ -71,7 +71,7 @@ If you don't have datasheets, we recommend you to do reverse-engineering of avai You can use the [example](https://gitlab.redox-os.org/redox-os/exampled) driver or read the code of other drivers with the same type of your device. -Before testing your changes, be aware of [this](https://doc.redox-os.org/book/ch09-02-coding-and-building.html#a-note-about-drivers). +Before testing your changes, be aware of [this](https://doc.redox-os.org/book/coding-and-building.html#a-note-about-drivers). ### Driver References