mirror of
https://github.com/docker/docs.git
synced 2026-03-27 22:38:54 +07:00
Merge pull request #14782 from crazy-max/gh-pages-cleanup
remove files moved to gh-pages branch
This commit is contained in:
15
404.html
15
404.html
@@ -1,15 +0,0 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta http-equiv="refresh" content="1; url=https://docs.docker.com" />
|
||||
<title>Docker Documentation</title>
|
||||
</head>
|
||||
<body>
|
||||
<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>
|
||||
|
||||
<script>
|
||||
window.location.assign("https://docs.docker.com" + window.location.pathname);
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
11
index.html
11
index.html
@@ -1,11 +0,0 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta http-equiv="refresh" content="0; url=https://docs.docker.com" />
|
||||
<title>Docker Documentation</title>
|
||||
</head>
|
||||
<body>
|
||||
<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>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user