From d1da82f61614388c181ccbc9d4de2cfb6522c071 Mon Sep 17 00:00:00 2001 From: Cheryl Potter Date: Tue, 17 May 2016 19:07:33 -0700 Subject: [PATCH] docs: Add redirect for Android Device Monitor and change redirects for Virtual Device Config and Run/Debug Config b/28826469 b/28705592 Change-Id: I67711611ef11dbe215375f7f151f0cfea0bf75b6 --- docs/html/_redirects.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/html/_redirects.yaml b/docs/html/_redirects.yaml index 6a680578ed59c..30dd6dea79ec6 100644 --- a/docs/html/_redirects.yaml +++ b/docs/html/_redirects.yaml @@ -824,11 +824,11 @@ redirects: - from: /r/studio-ui/avd-manager.html to: /studio/run/managing-avds.html - from: /r/studio-ui/rundebugconfig.html - to: /studio/run/emulator.html + to: /studio/run/index.html - from: /r/studio-ui/devicechooser.html to: /studio/run/emulator.html - from: /r/studio-ui/virtualdeviceconfig.html - to: /studio/run/emulator.html + to: /studio/run/managing-avds.html - from: /r/studio-ui/emulator.html to: /studio/run/emulator.html - from: /r/studio-ui/instant-run.html @@ -973,6 +973,8 @@ redirects: to: /studio/test/monkeyrunner/index.html - from: /tools/help/MonkeyRunner.html to: /studio/test/monkeyrunner/MonkeyRunner.html +- from: /tools/help/monitor.html + to: /studio/profile/monitor.html - from: /tools/help/proguard.html to: /studio/build/shrink-code.html - from: /tools/help/sdk-manager.html