From 4c6d5e3a25557b2a053e8f8e5aafc84f5f6aada8 Mon Sep 17 00:00:00 2001 From: Ben Firshman Date: Thu, 16 Apr 2015 12:54:56 -0700 Subject: [PATCH] Remove registry redirect ... it was causing an infinite redirect. Signed-off-by: Ben Firshman --- docs/s3_website.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/s3_website.json b/docs/s3_website.json index 95e7109c6c..1142fc0d87 100644 --- a/docs/s3_website.json +++ b/docs/s3_website.json @@ -42,8 +42,7 @@ { "Condition": { "KeyPrefixEquals": "installation/openSUSE/" }, "Redirect": { "HostName": "$BUCKET", "ReplaceKeyPrefixWith": "installation/SUSE/" } }, { "Condition": { "KeyPrefixEquals": "contributing/contributing/" }, "Redirect": { "HostName": "$BUCKET", "ReplaceKeyPrefixWith": "project/who-written-for/" } }, { "Condition": { "KeyPrefixEquals": "contributing/devenvironment/" }, "Redirect": { "HostName": "$BUCKET", "ReplaceKeyPrefixWith": "project/set-up-prereqs/" } }, - { "Condition": { "KeyPrefixEquals": "contributing/docs_style-guide/" }, "Redirect": { "HostName": "$BUCKET", "ReplaceKeyPrefixWith": "project/doc-style/" } }, - { "Condition": { "KeyPrefixEquals": "registry/" }, "Redirect": { "HostName": "$BUCKET", "ReplaceKeyPrefixWith": "registry/overview/" } } + { "Condition": { "KeyPrefixEquals": "contributing/docs_style-guide/" }, "Redirect": { "HostName": "$BUCKET", "ReplaceKeyPrefixWith": "project/doc-style/" } } ] }