From f60b2a6b0f7b22170f02019f2c02211b80faac10 Mon Sep 17 00:00:00 2001 From: Dong Xiang Date: Wed, 3 Jan 2018 14:36:04 +0800 Subject: [PATCH] doc: devices: correct devicetree specification path Signed-off-by: Dong Xiang --- doc/devices/dts/device_tree.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/devices/dts/device_tree.rst b/doc/devices/dts/device_tree.rst index 0a11d7b3f85..639e441528d 100644 --- a/doc/devices/dts/device_tree.rst +++ b/doc/devices/dts/device_tree.rst @@ -30,7 +30,7 @@ create the application image. Device tree uses a specific format to describe the device nodes in a system. This format is described in `EPAPR document`_. -.. _EPAPR document: http://www.devicetree.org/specifications-pdf +.. _EPAPR document: https://www.devicetree.org/downloads/devicetree-specification-v0.1-20160524.pdf More device tree information can be found at the `device tree repository`_.