Marshall Dawson has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/75695?usp=email )
Change subject: Documentation: fix link to Driver Devicetree Entries page ......................................................................
Documentation: fix link to Driver Devicetree Entries page
Signed-off-by: Marshall Dawson marshalldawson3rd@gmail.com Change-Id: I08057576c23cef0343816c3b14c48db77b8dc416 --- M Documentation/getting_started/devicetree.md 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/95/75695/1
diff --git a/Documentation/getting_started/devicetree.md b/Documentation/getting_started/devicetree.md index 824c512..2585846 100644 --- a/Documentation/getting_started/devicetree.md +++ b/Documentation/getting_started/devicetree.md @@ -79,7 +79,7 @@ ## 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