From 572d710ba3088f291c285978b2589850534ab6dc Mon Sep 17 00:00:00 2001 From: Andrew Solovay Date: Fri, 23 Sep 2016 13:56:11 -0700 Subject: [PATCH] docs: Redirect for /preview/setup-sdk.html Forgot to add a redirect for this one when N released. Redirects were staged to http://go/dods-stage Change-Id: I333fbe9a51ae4d105e35ef4b86f36e576032f9fe --- docs/html/_redirects.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/html/_redirects.yaml b/docs/html/_redirects.yaml index d2abe2174c424..f9657c4d70d9c 100644 --- a/docs/html/_redirects.yaml +++ b/docs/html/_redirects.yaml @@ -817,8 +817,11 @@ redirects: to: https://code.google.com/p/android/issues/list?can=2&q=label%3ADevPreview-N - from: /preview/bugreports/... to: https://code.google.com/p/android/issues/list?can=2&q=label%3ADevPreview-N +- from: /preview/setup-sdk.html + to: /studio/index.html - from: /2016/03/first-preview-of-android-n-developer.html to: http://android-developers.blogspot.com/2016/03/first-preview-of-android-n-developer.html + - from: /reference/org/apache/http/... to: /about/versions/marshmallow/android-6.0-changes.html#behavior-apache-http-client - from: /shareables/... @@ -1280,4 +1283,4 @@ redirects: - from: /preview/features/background-optimization.html to: /topic/performance/background-optimization.html - from: /preview/features/data-saver.html - to: /training/basics/network-ops/data-saver.html \ No newline at end of file + to: /training/basics/network-ops/data-saver.html