From 5beab0d1b025a5285758f41a7d9cf190e753fc5c Mon Sep 17 00:00:00 2001 From: Chris Gammell Date: Wed, 15 Jul 2026 14:21:23 -0400 Subject: [PATCH] update dts link example --- website/docs/zephyr-training/03_LED/build_blinky.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/zephyr-training/03_LED/build_blinky.md b/website/docs/zephyr-training/03_LED/build_blinky.md index f1e16ff8..d13fb6e1 100644 --- a/website/docs/zephyr-training/03_LED/build_blinky.md +++ b/website/docs/zephyr-training/03_LED/build_blinky.md @@ -157,7 +157,7 @@ Overview](devicetree-overview), DT definitions for our board already exist in th By convention, all Zephyr supported boards that have LEDs should alias those LEDs to `led0`, `led1`, `...`, `led` in the Devicetree. Let's take the nRF9160 DK as an example. If we look at [the DTS file for this -board](https://github.com/zephyrproject-rtos/zephyr/blob/main/boards/arm/nrf9160dk_nrf9160/nrf9160dk_nrf9160_common.dtsi) +board](https://github.com/zephyrproject-rtos/zephyr/blob/main/boards/nordic/nrf9160dk/nrf9160dk_nrf9160_common.dtsi) we can find the relevant node information for the LED: ```