From bc364fc1a1152375f6c065cf5b2bed14ce64bfc1 Mon Sep 17 00:00:00 2001 From: "smain@google.com" Date: Tue, 21 Jun 2016 16:14:08 -0700 Subject: [PATCH] add redirect for old link to publishing docs Change-Id: Iabf814d79783c8dd9e815243292519e43b1bbf9e --- docs/html/_redirects.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/html/_redirects.yaml b/docs/html/_redirects.yaml index 0d656026825c4..bb2612182c1cc 100644 --- a/docs/html/_redirects.yaml +++ b/docs/html/_redirects.yaml @@ -1018,6 +1018,8 @@ redirects: to: /studio/projects/templates.html - from: /tools/publishing/app-signing.html to: /studio/publish/app-signing.html +- from: /guide/publishing/app-signing.html + to: /studio/publish/app-signing.html - from: /tools/publishing/preparing.html to: /studio/publish/preparing.html - from: /tools/publishing/publishing_overview.html