Commit e3e67f20 authored by Anas Nashif's avatar Anas Nashif
Browse files

doc: update existing redirects



Change redirects to point to new locations.

Signed-off-by: default avatarAnas Nashif <anas.nashif@intel.com>
parent a8f8c1c1
Loading
Loading
Loading
Loading
+15 −14
Original line number Diff line number Diff line
@@ -13,9 +13,9 @@ Notes:
"""

REDIRECTS = [
    ('api/api', 'reference/index'),
    ('api/index', 'reference/index'),
    ('application/application', 'application/index.rst'),
    ('api/api', 'services/index'),
    ('api/index', 'services/index'),
    ('application/application', 'develop/application/index.rst'),
    ('boards/arc/em_starterkit/doc/board', 'boards/arc/em_starterkit/doc/index'),
    ('boards/arc/nsim_em/doc/board', 'boards/arc/nsim_em/doc/index'),
    ('boards/arm/96b_argonkey/doc/96b_argonkey', 'boards/arm/96b_argonkey/doc/index'),
@@ -141,19 +141,20 @@ REDIRECTS = [
    ('boards/xtensa/qemu_xtensa/doc/board', 'boards/xtensa/qemu_xtensa/doc/index'),
    ('boards/xtensa/xt-sim/doc/xt-sim', 'boards/xtensa/xt-sim/doc/index'),
    ('contribute/contribute_guidelines', 'contribute/index'),
    ('getting_started/getting_started', 'getting_started/index'),
    ('guides/debugging/coredump', 'guides/flash_debug/coredump'),
    ('guides/debugging/gdbstub', 'guides/flash_debug/gdbstub'),
    ('guides/debugging/host-tools', 'guides/flash_debug/host-tools'),
    ('guides/debugging/index', 'guides/flash_debug/index'),
    ('guides/debugging/probes', 'guides/flash_debug/probes'),
    ('guides/debugging/thread-analyzer', 'guides/flash_debug/thread-analyzer'),
    ('guides/c_library', 'reference/libc/index'),
    ('guides/west/repo-tool', 'guides/west/basics'),
    ('getting_started/getting_started', 'develop/getting_started/index'),
    ('guides/debugging/coredump', 'services/debugging/coredump'),
    ('guides/debugging/gdbstub', 'services/debugging/gdbstub'),
    ('guides/debugging/host-tools', 'develop/flash_debug/host-tools'),
    ('guides/debugging/index', 'services/debugging/index'),
    ('guides/debugging/probes', 'develop/flash_debug/probes'),
    ('guides/debugging/thread-analyzer', 'services/debugging/thread-analyzer'),
    ('guides/c_library', 'kernel/libc/index'),
    ('guides/west/repo-tool', 'develop/west/basics'),
    ('guides/west', 'develop/west'),
    ('introduction/introducing_zephyr', 'introduction/index'),
    ('kernel/kernel', 'reference/kernel/index'),
    ('kernel/kernel', 'kernel/index'),
    ('releases/release-notes', 'releases/index'),
    ('samples/samples', 'samples/index'),
    ('security/security', 'security/index'),
    ('subsystems/subsystems', 'reference/index'),
    ('subsystems/subsystems', 'services/index'),
]