doc: update existing redirects
Change redirects to point to new locations. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
a8f8c1c185
commit
e3e67f206c
1 changed files with 15 additions and 14 deletions
|
@ -13,9 +13,9 @@ Notes:
|
||||||
"""
|
"""
|
||||||
|
|
||||||
REDIRECTS = [
|
REDIRECTS = [
|
||||||
('api/api', 'reference/index'),
|
('api/api', 'services/index'),
|
||||||
('api/index', 'reference/index'),
|
('api/index', 'services/index'),
|
||||||
('application/application', 'application/index.rst'),
|
('application/application', 'develop/application/index.rst'),
|
||||||
('boards/arc/em_starterkit/doc/board', 'boards/arc/em_starterkit/doc/index'),
|
('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/arc/nsim_em/doc/board', 'boards/arc/nsim_em/doc/index'),
|
||||||
('boards/arm/96b_argonkey/doc/96b_argonkey', 'boards/arm/96b_argonkey/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/qemu_xtensa/doc/board', 'boards/xtensa/qemu_xtensa/doc/index'),
|
||||||
('boards/xtensa/xt-sim/doc/xt-sim', 'boards/xtensa/xt-sim/doc/index'),
|
('boards/xtensa/xt-sim/doc/xt-sim', 'boards/xtensa/xt-sim/doc/index'),
|
||||||
('contribute/contribute_guidelines', 'contribute/index'),
|
('contribute/contribute_guidelines', 'contribute/index'),
|
||||||
('getting_started/getting_started', 'getting_started/index'),
|
('getting_started/getting_started', 'develop/getting_started/index'),
|
||||||
('guides/debugging/coredump', 'guides/flash_debug/coredump'),
|
('guides/debugging/coredump', 'services/debugging/coredump'),
|
||||||
('guides/debugging/gdbstub', 'guides/flash_debug/gdbstub'),
|
('guides/debugging/gdbstub', 'services/debugging/gdbstub'),
|
||||||
('guides/debugging/host-tools', 'guides/flash_debug/host-tools'),
|
('guides/debugging/host-tools', 'develop/flash_debug/host-tools'),
|
||||||
('guides/debugging/index', 'guides/flash_debug/index'),
|
('guides/debugging/index', 'services/debugging/index'),
|
||||||
('guides/debugging/probes', 'guides/flash_debug/probes'),
|
('guides/debugging/probes', 'develop/flash_debug/probes'),
|
||||||
('guides/debugging/thread-analyzer', 'guides/flash_debug/thread-analyzer'),
|
('guides/debugging/thread-analyzer', 'services/debugging/thread-analyzer'),
|
||||||
('guides/c_library', 'reference/libc/index'),
|
('guides/c_library', 'kernel/libc/index'),
|
||||||
('guides/west/repo-tool', 'guides/west/basics'),
|
('guides/west/repo-tool', 'develop/west/basics'),
|
||||||
|
('guides/west', 'develop/west'),
|
||||||
('introduction/introducing_zephyr', 'introduction/index'),
|
('introduction/introducing_zephyr', 'introduction/index'),
|
||||||
('kernel/kernel', 'reference/kernel/index'),
|
('kernel/kernel', 'kernel/index'),
|
||||||
('releases/release-notes', 'releases/index'),
|
('releases/release-notes', 'releases/index'),
|
||||||
('samples/samples', 'samples/index'),
|
('samples/samples', 'samples/index'),
|
||||||
('security/security', 'security/index'),
|
('security/security', 'security/index'),
|
||||||
('subsystems/subsystems', 'reference/index'),
|
('subsystems/subsystems', 'services/index'),
|
||||||
]
|
]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue