From d8557b08db48172fa09f0cf54ec694416878b09c Mon Sep 17 00:00:00 2001 From: Scott Main Date: Fri, 29 Jun 2012 16:12:28 -0700 Subject: [PATCH] docs: add redirects for faq and notepad docs Change-Id: I45c1d3d1c0b134e59eb8b51e4083bf976ca30adc --- scripts/app_engine_server/redirects.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/scripts/app_engine_server/redirects.yaml b/scripts/app_engine_server/redirects.yaml index 533cfdc8e..c607ffd27 100644 --- a/scripts/app_engine_server/redirects.yaml +++ b/scripts/app_engine_server/redirects.yaml @@ -271,6 +271,16 @@ redirects: dst: /guide/topics/text/spell-checker-framework.html type: permanent +# new one +- src: /resources/tutorials/notepad/ + dst: /training/notepad/ + type: this is only for external links, until we update this documentation + +# new one +- src: /resources/faq/ + dst: /guide/faq/ + type: FAQ still needs a permanent home + # new one - src: /resources/tutorials/hello-world.html dst: /training/basics/firstapp/index.html