doc: add redirect for broken link

Some external references still exist that don't refer to /latest so
let's add a redirect for /introduction/index.html to
/latest/introduction/index.html

Signed-off-by: David B. Kinder <david.b.kinder@intel.com>
This commit is contained in:
David B. Kinder 2020-07-07 16:48:24 -07:00
parent 917b5edca8
commit a3d1c4d2d4
1 changed files with 12 additions and 0 deletions

12
introduction/index.html Normal file
View File

@ -0,0 +1,12 @@
<html>
<head>
<title>ACRN Hypervisor documentation</title>
<meta http-equiv="refresh" content="0; URL=/latest/index.html">
<script>
window.location.href = "/latest/index.html"
</script>
</head>
<body>
<p>Please visit the <a href="/latest/">latest ACRN documentation</a></p>
</body>
</html>