Skip to content

Commit d145263

Browse files
jsiverskognashif
authored andcommitted
doc: dfu: Fix module links
Link modules to their respective code directory. Signed-off-by: Jacob Siverskog <[email protected]>
1 parent 8245195 commit d145263

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/guides/device_mgmt/dfu.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ The Device Firmware Upgrade subsystem provides the necessary frameworks to
1010
upgrade the image of a Zephyr-based application at run time. It currently
1111
consists of two different modules:
1212

13-
* :file:`boot/`: Interface code to bootloaders
14-
* :file:`img_util/`: Image management code
13+
* :zephyr_file:`subsys/dfu/boot/`: Interface code to bootloaders
14+
* :zephyr_file:`subsys/dfu/img_util/`: Image management code
1515

1616
The DFU subsystem deals with image management, but not with the transport
1717
or management protocols themselves required to send the image to the target

0 commit comments

Comments
 (0)