Skip to content

Commit f36b45c

Browse files
chrisguidryclaude
andcommitted
Redirect GitHub Pages to docket.lol
Docs moved to ReadTheDocs in #347. This redirects old GitHub Pages URLs to the new domain, preserving subpaths via 404.html. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
0 parents  commit f36b45c

File tree

2 files changed

+22
-0
lines changed

2 files changed

+22
-0
lines changed

404.html

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<script>
5+
var path = window.location.pathname.replace('/docket', '');
6+
window.location.replace('https://docket.lol/en/latest' + path);
7+
</script>
8+
</head>
9+
<body>
10+
<p>Redirecting to <a href="https://docket.lol/en/latest/">docket.lol</a>...</p>
11+
</body>
12+
</html>

index.html

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<meta http-equiv="refresh" content="0; url=https://docket.lol/en/latest/" />
5+
<link rel="canonical" href="https://docket.lol/en/latest/" />
6+
</head>
7+
<body>
8+
<p>Redirecting to <a href="https://docket.lol/en/latest/">docket.lol</a>...</p>
9+
</body>
10+
</html>

0 commit comments

Comments
 (0)