diff options
| author | 2016-05-14 00:46:27 +0000 | |
|---|---|---|
| committer | 2016-05-14 00:46:27 +0000 | |
| commit | 648b0ee2ec58ed298a7746797285d3d0f0f9f74e (patch) | |
| tree | 9056f644a7964c028cd0bce72fafa5f040bed63b | |
| parent | 823cfe0fd35c9875d58a1ec0bc1b1ad13b416ba1 (diff) | |
| parent | 7d1717b0a90d4ee5f7abcd89f5345a5a613d72e1 (diff) | |
bring back the android command line tool page. as per: https://critique.corp.google.com/#review/122312732
am: 7d1717b0a9
* commit '7d1717b0a90d4ee5f7abcd89f5345a5a613d72e1':
bring back the android command line tool page. as per: https://critique.corp.google.com/#review/122312732
Change-Id: I72151cd87714898faec80bb8f299c06b02ed6605
| -rw-r--r-- | docs/html/_redirects.yaml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/html/_redirects.yaml b/docs/html/_redirects.yaml index 72e1e1479d6a..33fb19b3e43f 100644 --- a/docs/html/_redirects.yaml +++ b/docs/html/_redirects.yaml @@ -1069,6 +1069,8 @@ redirects: to: /studio/test/index.html - from: /tools/testing/testing_otheride.html to: /studio/test/command-line.html +- from: /tools/help/android.html + to: /studio/tools/help/android.html # Files moved out of studio - from: /tools/sdk/ndk/... @@ -1079,8 +1081,6 @@ redirects: # Removed files - from: /tools/help/project-mgmt.html to: /studio/projects/index.html -- from: /tools/help/android.html - to: /studio/projects/index.html - from: /tools/help/hprof-conv.html to: /studio/profile/investigate-ram.html - from: /tools/studio/code-tools.html @@ -1090,9 +1090,9 @@ redirects: - from: /tools/help/avd-manager.html to: /studio/run/managing-avds.html - from: /tools/devices/managing-avds-cmdline.html - to: /studio/run/managing-avds.html + to: /studio/tools/help/android.html - from: /tools/projects/projects-cmdline.html - to: /studio/projects/index.html + to: /studio/tools/help/android.html - from: /tools/help/dmtracedump.html to: /studio/profile/traceview.html - from: /tools/help/lint.html |