From e2d90179e18b4a73d5dd499bc22c98be408eb9b2 Mon Sep 17 00:00:00 2001 From: "smain@google.com" Date: Wed, 11 May 2016 14:48:38 -0700 Subject: [PATCH] correct the support library redirects to redirect whole path Change-Id: I8335dd30ef2fb1273ef0b0069b2ae9acafd35ef6 --- docs/html/_redirects.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/html/_redirects.yaml b/docs/html/_redirects.yaml index 1463440b2fbb..17b204c1ce22 100644 --- a/docs/html/_redirects.yaml +++ b/docs/html/_redirects.yaml @@ -844,14 +844,14 @@ redirects: # Redirects for the new [dac]/topic/libraries/ area -- from: /tools/support-library - to: /topic/libraries/support-library +- from: /tools/support-library/... + to: /topic/libraries/support-library/... - from: /tools/data-binding/... - to: /topic/libraries/data-binding + to: /topic/libraries/data-binding/index.html -- from: /tools/testing-support-library - to: /topic/libraries/testing-support-library +- from: /tools/testing-support-library/... + to: /topic/libraries/testing-support-library/... # GCM redirects - from: /reference/com/google/... -- 2.11.0