Skip to content
This repository was archived by the owner on Mar 20, 2024. It is now read-only.

Commit 1920823

Browse files
IgorMinarwardbell
authored andcommitted
fix: redirect angular.io/docs to the latest ts docs (#3410)
* fix: redirect angular.io/docs to the latest ts docs * Update firebase.json * fix: redirect instead of rewrite requests to /docs * squash: use absolute url
1 parent 056c2da commit 1920823

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

firebase.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,11 @@
4646
"source": "/**/dart/**",
4747
"destination": "https://webdev.dartlang.org/angular?utm_campaign=dart_migration&utm_medium=redirect&utm_source=angular.io",
4848
"type": 301
49+
},
50+
{
51+
"source": "/docs",
52+
"destination": "https://angular.io/docs/ts/latest/",
53+
"type": 301
4954
}
5055
],
5156
"rewrites": [

0 commit comments

Comments
 (0)