commit | 446d3759f8e32ff3289d4cca56d43466cbdfaadb | [log] [tgz] |
---|---|---|
author | Ding Tao <miyatsu@qq.com> | Tue Nov 21 20:59:23 2017 +0800 |
committer | David Brown <davidb@davidb.org> | Tue Nov 21 08:22:32 2017 -0700 |
tree | 2a0051d98a887f78d10ccf40605aa1bc7a43fc53 | |
parent | 38d67f76f093a49899d43ec76b3e07c9b0c05c5e [diff] |
zephyr: Fix an invalid url in file CMakeLists.txt Replace https://www.zephyrproject.org/doc/dts/device_tree.html with http://docs.zephyrproject.org/devices/dts/device_tree.html Signed-off-by: Ding Tao <miyatsu@qq.com>
diff --git a/samples/zephyr/hello-world/CMakeLists.txt b/samples/zephyr/hello-world/CMakeLists.txt index d4ef940..ec01332 100644 --- a/samples/zephyr/hello-world/CMakeLists.txt +++ b/samples/zephyr/hello-world/CMakeLists.txt
@@ -33,7 +33,7 @@ # this with a device tree overlay file. # # See the Zephyr documentation for more information on DT: -# https://www.zephyrproject.org/doc/dts/device_tree.html +# http://docs.zephyrproject.org/devices/dts/device_tree.html set(DTC_OVERLAY_FILE "${CMAKE_CURRENT_SOURCE_DIR}/dts.overlay") # Standard Zephyr application boilerplate.