diff options
-rw-r--r-- | Documentation/getting_started/devicetree.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/getting_started/devicetree.md b/Documentation/getting_started/devicetree.md index 824c51201a..258584664e 100644 --- a/Documentation/getting_started/devicetree.md +++ b/Documentation/getting_started/devicetree.md @@ -79,7 +79,7 @@ with no properties as a direct child of the SoC. ## Device drivers Platform independent device drivers are hooked up via entries in a devicetree. -See [Driver Devicetree Entries](drivers/dt_entries.md) for more info. +See [Driver Devicetree Entries](../drivers/dt_entries.md) for more info. ## Notes |