From bc20d0c423352f787bfe6696994d2769cb2aa76b Mon Sep 17 00:00:00 2001 From: "David B. Kinder" Date: Mon, 21 Jun 2021 18:57:43 -0700 Subject: [PATCH] doc: fix broken links in redirect list Signed-off-by: David B. Kinder --- doc/conf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/conf.py b/doc/conf.py index cdb3bf8e3..1aff42127 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -389,6 +389,6 @@ html_redirect_pages = [ ('user-guides/index', 'develop'), ('hardware', 'reference/hardware'), ('release_notes', 'release_notes/index'), - ('getting-started/rt_industry', 'getting_started/getting_started'), - ('getting-started/rt_industry_ubuntu', 'getting_started/getting_started'), + ('getting-started/rt_industry', 'getting-started/getting-started'), + ('getting-started/rt_industry_ubuntu', 'getting-started/getting-started'), ]