From 920bf8a33935c6aafaaca1ddfc7c0907790053ad Mon Sep 17 00:00:00 2001 From: Dirk Dougherty Date: Thu, 5 May 2016 11:05:47 -0700 Subject: [PATCH] Add vanity url for bg optimations. Change-Id: I34018b86a5da1abf6cf80427067d5b73eb1b2736 --- docs/html/_redirects.yaml | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/docs/html/_redirects.yaml b/docs/html/_redirects.yaml index 5188b900aa84e..c2b788fc95994 100644 --- a/docs/html/_redirects.yaml +++ b/docs/html/_redirects.yaml @@ -905,4 +905,14 @@ redirects: # Handle the rest of the tool pages that moved into /studio - from: /tools/... - to: /studio/tools/... \ No newline at end of file + to: /studio/tools/... + +# Vanity urls +- from: /background_optimizations + to: /preview/features/background-optimization.html +- from: /background_optimizations/ + to: /preview/features/background-optimization.html +- from: /bgopt + to: /preview/features/background-optimization.html +- from: /bgopt/ + to: /preview/features/background-optimization.html \ No newline at end of file