Skip to content

Commit ae30f41

Browse files
committed
Update index redirec to point to v8
1 parent f4198b7 commit ae30f41

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
<!DOCTYPE html>
1+
<!doctype html>
22
<html lang="en">
33
<head>
44
<!-- This seems to be our only option to redirect
55
https://til.simonwillison.net/github/github-pages#user-content-custom-redirects-are-not-supported
66
77
We should probably just redirect via Cloudflare
88
-->
9-
<meta http-equiv="refresh" content="0; url=/v7/" />
9+
<meta http-equiv="refresh" content="0; url=/v8/" />
1010
</head>
1111
<body>
12-
<p>Redirecting to <a href="/v7">v7</a>...</p>
12+
<p>Redirecting to <a href="/v8/">v8</a>...</p>
1313
</body>
1414
</html>

0 commit comments

Comments
 (0)