Skip to content

Commit d2d6504

Browse files
committed
Make changes based on feedback
1 parent 464425f commit d2d6504

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

404.html

+4-3
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,14 @@
22
<html lang="en">
33
<head>
44
<meta charset="UTF-8">
5-
<title>Docker docs</title>
5+
<meta http-equiv="refresh" content="1; url=https://docs.docker.com" />
6+
<title>Docker Documentation</title>
67
</head>
78
<body>
8-
<p>We have moved away from the <strong>docker.github.io</strong> domain. Please visit <a href="https://docs.docker.com">docs.docker.com</a> instead.</p>
9+
<p>We have moved away from the <strong>docker.github.io</strong> domain. If you're not automatically redirected, please visit us at <a href="https://docs.docker.com">docs.docker.com</a>.</p>
910

1011
<script>
11-
window.location.replace("https://docs.docker.com" + window.location.pathname);
12+
window.location.assign("https://docs.docker.com" + window.location.pathname);
1213
</script>
1314
</body>
1415
</html>

index.html

+4-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@
33
<head>
44
<meta charset="UTF-8">
55
<meta http-equiv="refresh" content="0; url=https://docs.docker.com" />
6-
<title>Docker docs</title>
6+
<title>Docker Documentation</title>
77
</head>
8-
<body></body>
8+
<body>
9+
<p>We have moved away from the <strong>docker.github.io</strong> domain. If you're not automatically redirected, please visit us at <a href="https://docs.docker.com">docs.docker.com</a>.</p>
10+
</body>
911
</html>

0 commit comments

Comments
 (0)