doc: redirects: fix redirect for POSIX portability homepage

Add a proper redirect for pre-3.5.99 POSIX portabiltity home page.

Signed-off-by: Benjamin Cabé <benjamin@zephyrproject.org>
This commit is contained in:
Benjamin Cabé 2023-11-23 14:21:31 +01:00 committed by Maureen Helm
parent 38118c24a3
commit c1656a4486

View file

@ -71,7 +71,6 @@ REDIRECTS = [
('guides/pm/power_domain', 'services/pm/power_domain'),
('guides/pm/system', 'services/pm/system'),
('guides/portability/index', 'services/portability/index'),
('guides/portability/posix', 'services/portability/posix/index'),
('guides/porting/arch', 'hardware/porting/arch'),
('guides/porting/board_porting', 'hardware/porting/board_porting'),
('guides/porting/index', 'hardware/porting/index'),
@ -165,4 +164,5 @@ REDIRECTS = [
('reference/util/index', 'kernel/util/index'),
('samples/drivers/kscan_touch', 'samples/subsys/input/input'),
('samples/net/cloud/google_iot_mqtt', 'samples/net/cloud'),
('services/portability/posix', 'services/portability/posix/index'),
]