mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2026-05-05 03:53:50 +00:00
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:
committed by
David Kinder
parent
dffa75e50f
commit
b67d88cab3
14
doc/scripts/publish-404.html
Normal file
14
doc/scripts/publish-404.html
Normal 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>
|
||||
Reference in New Issue
Block a user