mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-09-29 20:47:56 +00:00
Using a root-level /404.html as a redirect to the /latest/404.html causes the URL shown in the browser to change so you can't see what the error-causing URL was. Instead of a redirect, copy the /latest/404.html generated by Sphinx to /404.html and edited with a <base> tag that specifies a base URL for all relative URLs on a page. Signed-off-by: David B. Kinder <david.b.kinder@intel.com>