From 741757f27fe54c88c1c1314daa76d748660796d1 Mon Sep 17 00:00:00 2001 From: Andrew Solovay Date: Tue, 2 Aug 2016 14:14:08 -0700 Subject: [PATCH] docs: Fixing download redirects MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit URLS of the form https://developer.android.com/downloads/… weren't properly redirecting to https://commondatastorage.googleapis.com/androiddevelopers/… bug: 30594087 Change-Id: I18e026c236d081b6bb510900e5928107105b93cd --- docs/html/_redirects.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/html/_redirects.yaml b/docs/html/_redirects.yaml index a0856866264dd..7391af896a514 100644 --- a/docs/html/_redirects.yaml +++ b/docs/html/_redirects.yaml @@ -819,8 +819,8 @@ redirects: to: /about/versions/marshmallow/android-6.0-changes.html#behavior-apache-http-client - from: /shareables/... to: https://commondatastorage.googleapis.com/androiddevelopers/shareables/... -- from: /downloads/ - to: https://commondatastorage.googleapis.com/androiddevelopers/ +- from: /downloads/... + to: https://commondatastorage.googleapis.com/androiddevelopers/... - from: /training/performance/battery/network/action-any-traffic.html to: /topic/performance/power/network/action-any-traffic.html - from: /training/performance/battery/network/action-app-traffic.html