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',