Skip to content

Commit 110cb00

Browse files
ilyagrmartinvonz
authored andcommitted
Change redirect to point to https://jj-vcs.github.io/jj/latest/, add body text
I initially was going to point it to `https://jj-vcs.github.io/jj/` (with a slash at the end), but it might be a bit better to avoid redirecting to another redirect.
1 parent 0a03d18 commit 110cb00

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

index.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
<html>
22
<head>
3-
<meta http-equiv="refresh" content="0; url=https://jj-vcs.github.io/jj" />
3+
<meta http-equiv="refresh" content="0; url=https://jj-vcs.github.io/jj/latest/" />
44
</head>
5+
<body>
6+
Redirecting to <a href="https://jj-vcs.github.io/jj/latest/">https://jj-vcs.github.io/jj/latest/</a>...
7+
</body>
58
</html>

0 commit comments

Comments
 (0)