diff options
| author | Scott Main <smain@google.com> | 2012-06-29 14:32:49 -0700 |
|---|---|---|
| committer | Scott Main <smain@google.com> | 2012-06-29 14:33:08 -0700 |
| commit | 6b78d89d3e097072c9502bcabd2b4a106bee0fe6 (patch) | |
| tree | a4bd6686dd31f58e6477fe5ae7776b4e531a3b11 | |
| parent | e1ec055dea478b3cd00f1a2ec8d544f2156a19a6 (diff) | |
docs: more redirects
Change-Id: Ib694902e574630b91fc11ae5cce917a87cea8aff
| -rw-r--r-- | scripts/app_engine_server/redirects.yaml | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/scripts/app_engine_server/redirects.yaml b/scripts/app_engine_server/redirects.yaml index 6ae34eafb..533cfdc8e 100644 --- a/scripts/app_engine_server/redirects.yaml +++ b/scripts/app_engine_server/redirects.yaml @@ -136,6 +136,11 @@ redirects: dst: /tools/ type: permanent comment: Redirect to new location + +- src: /tools/aidl.html + dst: /guide/components/aidl.html + type: permanent + comment: bug 6755311, aidl doc found by search under tools - src: /guide/market/publishing/multiple-apks.html dst: /guide/google/play/publishing/multiple-apks.html @@ -228,13 +233,8 @@ redirects: type: permanent comment: Redirect to new location -- src: /guide/topics/graphics/renderscript.html - dst: /guide/topics/graphics/renderscript/index.html - type: permanent - comment: Redirect to new location - -- src: /guide/topics/renderscript/ - dst: /guide/topics/graphics/renderscript/ +- src: /guide/topics/graphics/renderscript/(compute.html|index.html|reference.html) + dst: /guide/topics/renderscript/index.html type: permanent comment: Redirect to new location |
