From 196cb73dbb555490ea5d4c16030820f309d7ce00 Mon Sep 17 00:00:00 2001 From: David Friedman Date: Wed, 17 Aug 2016 18:23:23 -0700 Subject: [PATCH] Docs: Adds a redirect to make it easier to access Performance section on DAC. d.android.com/performance will now take you to d.android.com/topic/performance Change-Id: I56bc85f156a9cb05a664fbf361eb5b99e153b419 --- docs/html/_redirects.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/html/_redirects.yaml b/docs/html/_redirects.yaml index a1581144e56c..e28b8e6ed367 100644 --- a/docs/html/_redirects.yaml +++ b/docs/html/_redirects.yaml @@ -25,6 +25,8 @@ redirects: to: /topic/libraries/support-library/index.html - from: /billions to: /topic/billions/index.html +- from: /performance + to: /topic/performance/index.html - from: /tools/extras/support-library.html to: /topic/libraries/support-library/index.html - from: /training/basics/fragments/support-lib.html -- 2.11.0