diff options
| author | 2016-05-10 18:32:01 +0000 | |
|---|---|---|
| committer | 2016-05-10 18:32:01 +0000 | |
| commit | 90f143e1f384ae37878e46997e43b171384c421d (patch) | |
| tree | 9da856137c951e8aab0dd8dd53dcba61964a7567 | |
| parent | 9ccfe2553bb0f2cf5ae6f493f12042cf9fa1eba2 (diff) | |
| parent | bc753be9e3838cedfb2b45ef2076cc71f2cbe9b5 (diff) | |
docs: Add redirects for deleted files on AS devsite b/28679461
am: bc753be9e3
* commit 'bc753be9e3838cedfb2b45ef2076cc71f2cbe9b5':
docs: Add redirects for deleted files on AS devsite b/28679461
Change-Id: I196bb7059c78439d051a5e3e9daac0033e4c6595
| -rw-r--r-- | docs/html/_redirects.yaml | 22 |
1 files changed, 21 insertions, 1 deletions
diff --git a/docs/html/_redirects.yaml b/docs/html/_redirects.yaml index f0986aa05f83..efe0f8a1d2fa 100644 --- a/docs/html/_redirects.yaml +++ b/docs/html/_redirects.yaml @@ -988,7 +988,7 @@ redirects: - from: /tools/help/theme-editor.html to: /studio/write/theme-editor.html - from: /tools/help/traceview.html - to: /studio/profile/traceview-commandline.html + to: /studio/profile/traceview.html - from: /tools/help/translations-editor.html to: /studio/write/translations-editor.html - from: /tools/help/uiautomator/Configurator.html @@ -1113,6 +1113,26 @@ redirects: to: /studio/test/index.html - from: /tools/testing/testing-tools.html to: /studio/test/index.html +- from: /tools/performance/importing-legacy-apps.html + to: /studio/projects/index.html +- from: /tools/performance/comparison.html + to: /studio/profile/android-monitor.html +- from: /tools/performance/memory-monitor/index.html + to: /studio/profile/am-memory.html +- from: /tools/devices/index.html + to: /studio/run/managing-avds.html +- from: /tools/extras/index.html + to: /studio/intro/update.html +- from: /tools/workflow.html + to: /studio/guide/workflow.html +- from: /installing/studio-androidview.html + to: /studio/projects/index.html +- from: /installing/studio-tips.html + to: /studio/guide/guide-intro.html +- from: /tools/help/ddms.html + to: /studio/profile/ddms.html +- from: /tools/revisions/index.html + to: /studio/releases/index.html # Just incase something was missed, go to intro page |