Преглед изворни кода

Merge pull request #5458 from SvenDowideit/add-redirects-for-docker-io-pr-5414

add redirects from index/ -> docker-io/ and for the docker-io_api too
O.S. Tezer пре 11 година
родитељ
комит
797a4151a0
1 измењених фајлова са 2 додато и 0 уклоњено
  1. 2 0
      docs/s3_website.json

+ 2 - 0
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/" } },
   ]
 }