doc: fix 404 processing

Some additional tweaks to the publish script, image, and root-level
redirect to fix a redirect recursion problem.

Signed-off-by: David B. Kinder <david.b.kinder@intel.com>
This commit is contained in:
David B. Kinder
2020-04-08 14:08:30 -07:00
committed by David Kinder
parent dffa75e50f
commit b67d88cab3
3 changed files with 17 additions and 3 deletions

View File

@@ -0,0 +1,14 @@
<!DOCTYPE HTML>
<html>
<head>
<title>Page not found in ACRN Hypervisor documentation</title>
<meta http-equiv="refresh" content="1; URL=/latest/404.html" />
<link rel="canonical" href="/latest/404.html" />
<script>
window.location.href = "/latest/404.html"
</script>
</head>
<body>
<p>Please visit the <a href="/latest/">latest ACRN documentation</a></p>
</body>
</html>