From 1815b80ee8c5c0c617bc86f7c26c4f51cf1e5797 Mon Sep 17 00:00:00 2001 From: Scott Main Date: Tue, 14 Aug 2012 11:50:32 -0700 Subject: [PATCH] docs: New redirect rule for all /downloads/... paths, pointing to http://commondatastorage.googleapis.com/androiddevelopers/ Using this redirect allows us to use a simple URL in our docs for downloads and allows us change the storage location of the download assets in the future (such as when we're on devsite). Change-Id: Ic8244fbdd4118607b31dd309b86e5df2ec83162b --- scripts/app_engine_server/redirects.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/scripts/app_engine_server/redirects.yaml b/scripts/app_engine_server/redirects.yaml index 571def90f..0e226ce0c 100644 --- a/scripts/app_engine_server/redirects.yaml +++ b/scripts/app_engine_server/redirects.yaml @@ -421,6 +421,11 @@ redirects: type: permanent comment: Redirect to new location +- src: /downloads/ + dst: http://commondatastorage.googleapis.com/androiddevelopers/ + type: permanent + comment: Redirect to new location + - src: /search.html dst: /index.html type: permanent