Skip to content

Commit 78c2d0a

Browse files
hawkgsleonsenft
authored andcommitted
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.
1 parent c9f7a7f commit 78c2d0a

1 file changed

Lines changed: 2 additions & 7 deletions

File tree

adev/src/app/routing/redirections.ts

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -128,13 +128,8 @@ export const REDIRECT_ROUTES: Route[] = [
128128
redirectTo: '/tools/cli/build-system-migration#hot-module-replacement',
129129
},
130130
{
131-
path: 'guide',
132-
children: [
133-
{
134-
path: 'pipes',
135-
redirectTo: '/guide/templates/pipes',
136-
},
137-
],
131+
path: 'guide/pipes',
132+
redirectTo: '/guide/templates/pipes',
138133
},
139134
{
140135
path: 'guide/experimental/zoneless',

0 commit comments

Comments
 (0)