diff options
| author | 2016-09-01 00:39:14 +0000 | |
|---|---|---|
| committer | 2016-09-01 00:39:14 +0000 | |
| commit | ad034383886b3a4b9d5e9f3de2e7f801d2322f4d (patch) | |
| tree | 2b8862ed9cde5cde7a12bc6ebcf18eabbdc83b69 | |
| parent | 910368015867671eed155c6d8bc7f15e191262f4 (diff) | |
| parent | 8d58464e5643a6525385703276fe5df5c25ba2c5 (diff) | |
docs: Add redirects for new help buttons (Create Java Class, GPU Debugger, more) b/31158856 b/31157097 b/31158502 am: 3f2d7d8e22
am: 8d58464e56
Change-Id: Ibafd847b03f44befdef59e7d3f578fc07b9f4265
| -rw-r--r-- | docs/html/_redirects.yaml | 20 |
1 files changed, 19 insertions, 1 deletions
diff --git a/docs/html/_redirects.yaml b/docs/html/_redirects.yaml index c68937877f85..4fed558f1c52 100644 --- a/docs/html/_redirects.yaml +++ b/docs/html/_redirects.yaml @@ -1214,13 +1214,31 @@ redirects: - from: /r/studio-ui/sdk-manager.html to: /studio/intro/update.html?utm_medium=android-studio#sdk-manager - from: /r/studio-ui/newjclass.html - to: /studio/write/index.html?utm_medium=android-studio + to: /studio/write/create-java-class.html?utm_medium=android-studio - from: /r/studio-ui/menu-help.html to: /studio/intro/index.html?utm_medium=android-studio - from: /r/studio-ui/menu-start.html to: /training/index.html?utm_medium=android-studio - from: /r/studio-ui/run-with-work-profile.html to: /studio/run/index.html#ir-work-profile?utm_medium=android-studio +- from: /r/studio-ui/gpu-debugger.html + to: /studio/profile/am-gpu.html?utm_medium=android-studio +- from: /r/studio-ui/theme-editor.html + to: /studio/write/theme-editor.html?utm_medium=android-studio +- from: /r/studio-ui/translations-editor.html + to: /studio/write/translations-editor.html?utm_medium=android-studio +- from: /r/studio-ui/debug.html + to: /studio/debug/index.html?utm_medium=android-studio +- from: /r/studio-ui/run.html + to: /studio/run/index.html?utm_medium=android-studio +- from: /r/studio-ui/layout-editor.html + to: /studio/write/layout-editor.html?utm_medium=android-studio +- from: /r/studio-ui/project-window.html + to: /studio/projects/index.html?utm_medium=android-studio +- from: /r/studio-ui/lint-inspection-results.html + to: /studio/write/lint.html?utm_medium=android-studio +- from: /r/studio-ui/gradle-console.html + to: /studio/run/index.html#gradle-console?utm_medium=android-studio # Redirects from (removed) N Preview documentation - from: /preview/features/afw.html |