jj/older/404.html
Ilya Grigoriev 2ca9a91c49 Link from docs website to older jj docs on Github
The docs were generated from this commit (which I'm not planning to
add to the main repo):

38f47701ae

Deployed 11c6d584 to v0.8.0 or older with MkDocs 1.5.2 and mike 1.1.2
2023-09-07 21:39:28 -07:00

16 lines
No EOL
408 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Redirecting</title>
<noscript>
<meta http-equiv="refresh" content="1; url=../v0.8_or_older/404.html" />
</noscript>
<script>
window.location.replace("../v0.8_or_older/404.html" + window.location.hash);
</script>
</head>
<body>
Redirecting to <a href="../v0.8_or_older/404.html">../v0.8_or_older/404.html</a>...
</body>
</html>