diff --git a/docs/DEVELOPMENT.MD b/docs/DEVELOPMENT.MD index b687a36..5732cad 100644 --- a/docs/DEVELOPMENT.MD +++ b/docs/DEVELOPMENT.MD @@ -19,7 +19,7 @@ design details can be found in [SECURITY.md](SECURITY.md). in the kernel. - [device/](/src/kernel/device/mod.rs): Functions for discovering hardware and assigning drivers. - -[acpi.rs](/src/kernel/device/acpi.rs): ACPI handling functions and + - [acpi.rs](/src/kernel/device/acpi.rs): ACPI handling functions and structures. - [log.rs](/src/kernel/log.rs): Logging structures, macros, and singletons for logging to serial or the display.