Skip to content

Commit 529f238

Browse files
committed
fix(redirect): restore legacy remote_access.html link
Old Sphinx/ReadTheDocs URL /en/latest/remote_access.html 404s after the Docusaurus migration. Add a static redirect page at the legacy path pointing to the current Remote Access doc. Assisted-by: Claude Code:claude-sonnet-5
1 parent 2dbeea8 commit 529f238

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="utf-8" />
5+
<meta http-equiv="refresh" content="0; url=/docs/administrator-manual/installation/remote_access" />
6+
<script>window.location.replace('/docs/administrator-manual/installation/remote_access');</script>
7+
<title>Redirecting…</title>
8+
</head>
9+
<body>
10+
<p>This page has moved to <a href="/docs/administrator-manual/installation/remote_access">Remote Access</a>.</p>
11+
</body>
12+
</html>

0 commit comments

Comments
 (0)