We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 637c242 commit e9c2207Copy full SHA for e9c2207
2 files changed
404.html
@@ -10,7 +10,7 @@
10
return l.protocol + "//" + l.hostname + (l.port ? ":" + l.port : "") +
11
[
12
"",
13
- "3.5.7",
+ "4.0.0",
14
...l.pathname.split("/").slice(2)
15
].join("/")
16
+
index.html
@@ -2,9 +2,9 @@
2
<html>
3
<head>
4
<title>Redirecting...</title>
5
- <link rel='canonical' href='/3.5.7' />
+ <link rel='canonical' href='/4.0.0' />
6
<meta charset='utf-8' />
7
- <meta http-equiv='refresh' content='0; url=/3.5.7' />
+ <meta http-equiv='refresh' content='0; url=/4.0.0' />
8
</head>
9
<body>
<p>Redirecting...</p>
0 commit comments