summaryrefslogtreecommitdiffstats
path: root/Documentation/getting_started
diff options
context:
space:
mode:
authorMarshall Dawson <marshalldawson3rd@gmail.com>2023-06-07 16:54:07 -0600
committerMarshall Dawson <marshalldawson3rd@gmail.com>2023-06-09 15:43:18 +0000
commit0c79f272fb4430d87b860016d91ef27083b240cf (patch)
tree1bbfcf087c712b9c6999c33b4e835f4d1c099578 /Documentation/getting_started
parentdc818cc39c8ef68617b414ff3f7c214be54e8ee6 (diff)
downloadcoreboot-0c79f272fb4430d87b860016d91ef27083b240cf.tar.gz
coreboot-0c79f272fb4430d87b860016d91ef27083b240cf.tar.bz2
coreboot-0c79f272fb4430d87b860016d91ef27083b240cf.zip
Documentation: fix link to Driver Devicetree Entries page
Signed-off-by: Marshall Dawson <marshalldawson3rd@gmail.com> Change-Id: I08057576c23cef0343816c3b14c48db77b8dc416 Reviewed-on: https://review.coreboot.org/c/coreboot/+/75695 Reviewed-by: Matt DeVillier <matt.devillier@amd.corp-partner.google.com> Reviewed-by: Fred Reitberger <reitbergerfred@gmail.com> Reviewed-by: Martin Roth <martin.roth@amd.corp-partner.google.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Felix Singer <service+coreboot-gerrit@felixsinger.de>
Diffstat (limited to 'Documentation/getting_started')
-rw-r--r--Documentation/getting_started/devicetree.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/getting_started/devicetree.md b/Documentation/getting_started/devicetree.md
index 824c51201a24..258584664e54 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