From 7573c42dbed65334ef3d86a06dd861a01f6d0ed4 Mon Sep 17 00:00:00 2001 From: "smain@google.com" Date: Mon, 6 Jun 2016 12:39:06 -0700 Subject: [PATCH] add redirect for removed dupe logcat page per: https://critique.corp.google.com/#review/122118806 bug: 29122576 Change-Id: Icf4f559bb7d246d4f340c15a55580e9248806cee --- docs/html/_redirects.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/html/_redirects.yaml b/docs/html/_redirects.yaml index 741e85c83fb6e..3bf6d2583caa0 100644 --- a/docs/html/_redirects.yaml +++ b/docs/html/_redirects.yaml @@ -903,7 +903,7 @@ redirects: - from: /tools/debugging/ddms.html to: /studio/profile/ddms.html - from: /tools/debugging/debugging-log.html - to: /studio/debug/log.html + to: /studio/command-line/logcat.html - from: /tools/debugging/debugging-memory.html to: /studio/profile/investigate-ram.html - from: /tools/debugging/debugging-studio.html