Skip to content

Commit 760cd78

Browse files
alan-agius4AndrewKushnir
authored andcommitted
docs: remove redirects to no longer existing page (#47929)
This redirect is broken as this page no longer exists. PR Close #47929
1 parent bd04173 commit 760cd78

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

aio/firebase.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,6 @@
183183
// The below paths are referenced in users projects generated by the CLI
184184
{"type": 301, "source": "/config/tsconfig", "destination": "/guide/typescript-configuration"},
185185
{"type": 301, "source": "/config/solution-tsconfig", "destination": "https://devblogs.microsoft.com/typescript/announcing-typescript-3-9/#solution-style-tsconfig"},
186-
{"type": 301, "source": "/config/app-package-json", "destination": "/guide/strict-mode#non-local-side-effects-in-applications"},
187186
{"type": 301, "source": "/strict", "destination": "/guide/strict-mode"},
188187

189188
// Use discoverable link for Angular DevTools and redirect to the guide page

aio/ngsw-config.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,6 @@
102102
"!/api/testing/*-*",
103103
"!/api/upgrade/*/*-(class|decorator|directive|function|interface|let|pipe|type|type-alias|var)",
104104
"!/api/upgrade/*/index/*",
105-
"!/config/app-package-json/{0,1}",
106105
"!/config/solution-tsconfig/{0,1}",
107106
"!/config/tsconfig/{0,1}",
108107
"!/devtools/{0,1}",

aio/tests/deployment/shared/URLS_TO_REDIRECT.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@
4040
/api/upgrade/static/downgradeComponent-function.html --> /api/upgrade/static/downgradeComponent
4141
/api/upgrade/static/index/downgradeComponent-function --> /api/upgrade/static/downgradeComponent
4242
/api/upgrade/static/UpgradeModule-class --> /api/upgrade/static/UpgradeModule
43-
/config/app-package-json --> /guide/strict-mode#non-local-side-effects-in-applications
4443
/config/solution-tsconfig --> https://devblogs.microsoft.com/typescript/announcing-typescript-3-9/#solution-style-tsconfig
4544
/config/tsconfig --> /guide/typescript-configuration
4645
/devtools --> /guide/devtools

0 commit comments

Comments
 (0)