From 2bbcee7c27bfa608fd4abd714bbe9af29c3ca5a6 Mon Sep 17 00:00:00 2001 From: Sebastiaan van Stijn Date: Fri, 15 Feb 2019 13:01:27 +0100 Subject: [PATCH] Add 304 redirect for old installation page This page is mentioned in a blogpost from 2013; https://blog.docker.com/2013/11/docker-0-7-docker-now-runs-on-any-linux-distribution/ So let's redirect to the new location. Signed-off-by: Sebastiaan van Stijn --- install/index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/install/index.md b/install/index.md index 231e2d8803..06df281e1b 100644 --- a/install/index.md +++ b/install/index.md @@ -14,6 +14,7 @@ redirect_from: - /engine/installation/linux/docker-ce/ - /engine/installation/linux/docker-ee/ - /engine/installation/ +- /en/latest/installation/ --- Docker Community Edition (CE) is ideal for developers and small