From 78c2d0aa199197aeeb3f3d7ad71064fbc06f8b24 Mon Sep 17 00:00:00 2001 From: hawkgs Date: Tue, 24 Mar 2026 14:44:41 +0200 Subject: [PATCH] docs(docs-infra): redefine /guide/pipes redirect Update the definition of the `/guide/pipes` redirect in order to avoid breaking the `a.dev/guide` redirect to Not Found page. --- adev/src/app/routing/redirections.ts | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/adev/src/app/routing/redirections.ts b/adev/src/app/routing/redirections.ts index 2bc0a3250cc..ae656ea020e 100644 --- a/adev/src/app/routing/redirections.ts +++ b/adev/src/app/routing/redirections.ts @@ -128,13 +128,8 @@ export const REDIRECT_ROUTES: Route[] = [ redirectTo: '/tools/cli/build-system-migration#hot-module-replacement', }, { - path: 'guide', - children: [ - { - path: 'pipes', - redirectTo: '/guide/templates/pipes', - }, - ], + path: 'guide/pipes', + redirectTo: '/guide/templates/pipes', }, { path: 'guide/experimental/zoneless',