From cac24bbfaf59570863a75e34a21b70ce1cc5c51f Mon Sep 17 00:00:00 2001 From: SvenDowideit Date: Tue, 3 Jun 2014 04:30:32 +1000 Subject: [PATCH] aws json is not javascript style json. trailing comma breaks it :( Docker-DCO-1.1-Signed-off-by: SvenDowideit (github: SvenDowideit) --- docs/s3_website.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/s3_website.json b/docs/s3_website.json index 35c86f462d..eab6ae820c 100644 --- a/docs/s3_website.json +++ b/docs/s3_website.json @@ -18,7 +18,7 @@ { "Condition": { "KeyPrefixEquals": "use/working_with_links_names/" }, "Redirect": { "HostName": "$BUCKET", "ReplaceKeyPrefixWith": "userguide/dockerlinks/" } }, { "Condition": { "KeyPrefixEquals": "use/workingwithrepository/" }, "Redirect": { "HostName": "$BUCKET", "ReplaceKeyPrefixWith": "userguide/dockerrepos/" } }, { "Condition": { "KeyPrefixEquals": "use/port_redirection" }, "Redirect": { "HostName": "$BUCKET", "ReplaceKeyPrefixWith": "userguide/dockerlinks/" } }, - { "Condition": { "KeyPrefixEquals": "use/" }, "Redirect": { "HostName": "$BUCKET", "ReplaceKeyPrefixWith": "examples/" } }, + { "Condition": { "KeyPrefixEquals": "use/" }, "Redirect": { "HostName": "$BUCKET", "ReplaceKeyPrefixWith": "examples/" } } ] }