doc: redirects: Add redirects for renamed Intel boards
The ehl_crb and rpl_crb boards directories were renamed to intel_ehl and intel_rpl respectively. Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
This commit is contained in:
parent
db7dced87c
commit
e3d5f5072f
|
@ -14,6 +14,8 @@ Notes:
|
|||
|
||||
REDIRECTS = [
|
||||
('application/index', 'develop/application/index'),
|
||||
('boards/x86/ehl_crb/doc/index', 'boards/x86/intel_ehl/doc/index'),
|
||||
('boards/x86/rpl_crb/doc/index', 'boards/x86/intel_rpl/doc/index'),
|
||||
('development_process/code_flow', 'project/code_flow'),
|
||||
('development_process/index', 'project/index'),
|
||||
('development_process/issues', 'project/issues'),
|
||||
|
|
Loading…
Reference in a new issue