Skip to content

Commit

Permalink
doc: scripts: redirects: fix redirect for led_strip samples
Browse files Browse the repository at this point in the history
Since I have integrated some samples into samples/drivers/led_strip,
seting up redirection from the deleted apa102, lpd8806, and ws2812.

Signed-off-by: TOKITA Hiroshi <[email protected]>
  • Loading branch information
soburi authored and fabiobaltieri committed Mar 28, 2024
1 parent bd9cad3 commit ddf3182
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions doc/_scripts/redirects.py
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,9 @@
('reference/usermode/syscalls', 'kernel/usermode/syscalls'),
('reference/util/index', 'kernel/util/index'),
('samples/drivers/kscan_touch', 'samples/subsys/input/input'),
('samples/drivers/led_apa102/README', 'samples/drivers/led_strip/README'),
('samples/drivers/led_lpd8806/README', 'samples/drivers/led_strip/README'),
('samples/drivers/led_ws2812/README', 'samples/drivers/led_strip/README'),
('samples/net/cloud/google_iot_mqtt/README', 'samples/net/cloud/cloud'),
('samples/sensor/wsen_hids/README', 'samples/sensor/sensor'),
('samples/sensor/wsen_itds/README', 'samples/sensor/sensor'),
Expand Down

0 comments on commit ddf3182

Please sign in to comment.