From 184a1dc18363e554c9397d6d7cb6da30e87b626a Mon Sep 17 00:00:00 2001 From: Dirk Dougherty Date: Tue, 5 Feb 2013 14:05:04 -0800 Subject: [PATCH] Add redirect for removed file. Change-Id: I94c59f54ab7daaae588f61c02601b7599799894b --- scripts/app_engine_server/redirects.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/scripts/app_engine_server/redirects.yaml b/scripts/app_engine_server/redirects.yaml index 352e9ce26..98bad7dba 100644 --- a/scripts/app_engine_server/redirects.yaml +++ b/scripts/app_engine_server/redirects.yaml @@ -284,6 +284,11 @@ redirects: type: permanent comment: Redirect to new location +- src: /guide/topics/graphics/renderscript.html + dst: /guide/topics/renderscript/index.html + type: permanent + comment: Redirect to new location + - src: /guide/topics/location/obtaining-user-location.html dst: /guide/topics/location/strategies.html type: permanent