From 33f36177e9648b182415a7928d3b4b5dc9d0265e Mon Sep 17 00:00:00 2001 From: Sven Dowideit Date: Tue, 29 Apr 2014 13:33:22 +1000 Subject: [PATCH] add redirects from index/ -> docker-io/ and for the docker-io_api too Docker-DCO-1.1-Signed-off-by: Sven Dowideit (github: SvenDowideit) --- docs/s3_website.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/s3_website.json b/docs/s3_website.json index bb68b6652c..89e3ecd3cf 100644 --- a/docs/s3_website.json +++ b/docs/s3_website.json @@ -10,6 +10,8 @@ { "Condition": { "KeyPrefixEquals": "en/master/" }, "Redirect": { "ReplaceKeyPrefixWith": "" } }, { "Condition": { "KeyPrefixEquals": "en/v0.6.3/" }, "Redirect": { "ReplaceKeyPrefixWith": "" } }, { "Condition": { "KeyPrefixEquals": "jsearch/index.html" }, "Redirect": { "ReplaceKeyPrefixWith": "jsearch/" } } + { "Condition": { "KeyPrefixEquals": "index/" }, "Redirect": { "ReplaceKeyPrefixWith": "docker-io/" } }, + { "Condition": { "KeyPrefixEquals": "reference/api/index_api/" }, "Redirect": { "ReplaceKeyPrefixWith": "reference/api/docker-io_api/" } }, ] }