Skip to content

Commit 58b021b

Browse files
committed
doc: redirects: Switch from list to tuple
See 12c4d7661ade1fb0a6be3af705da63ffcbd37851 upstream. Signed-off-by: Carles Cufi <[email protected]>
1 parent 0536759 commit 58b021b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/_utils/redirects.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
("even/newer/index", "absolutely/newer/index"),
2222
"""
2323

24-
NRF = [
24+
NRF = (
2525
("introduction", "index"), # Introduction
2626
("ug_nrf9160_gs", "gsg_guides"), # Getting started with nRF9160 DK (removed in v3.0.0)
2727
("working_with_nrf/nrf91/nrf9160_gs", "gsg_guides"),
@@ -672,4 +672,4 @@
672672
# ("app_dev/device_guides/working_with_nrf/nrf54h/ug_nrf54h20_suit_compare_other_dfu", "app_dev/bootloaders_dfu/index"),
673673
("device_guides/working_with_nrf/nrf54h/ug_nrf54h20_debugging", "app_dev/device_guides/nrf54h/ug_nrf54h20_debugging"), # nRF54H20 debugging
674674
("device_guides/working_with_nrf/nrf54h/ug_nrf54h20_custom_pcb", "app_dev/device_guides/nrf54h/ug_nrf54h20_custom_pcb"), # Configuring your application for a custom PCB
675-
]
675+
)

0 commit comments

Comments
 (0)