doc: rename rt_industry GSG

Move the rt_industry GST into a tutorial for using Clear Linux as the
Service VM.  Also drop a redirect to avoid 404 errors reference the
moved doc (redirect list maintained in conf.py)

Signed-off-by: David B. Kinder <david.b.kinder@intel.com>
This commit is contained in:
David B. Kinder
2020-06-03 15:45:02 -07:00
committed by David Kinder
parent 7fd535215d
commit 764d7c1332
6 changed files with 7 additions and 5 deletions

View File

@@ -321,5 +321,6 @@ html_redirect_pages = [
('getting-started/index', 'try'),
('user-guides/index', 'develop'),
('hardware', 'reference/hardware'),
('release_notes', 'release_notes/index')
('release_notes', 'release_notes/index'),
('getting-started/rt_industry', 'tutorials/cl_servicevm')
]