mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
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.
This commit is contained in:
parent
c9f7a7f649
commit
78c2d0aa19
1 changed files with 2 additions and 7 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Reference in a new issue