We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5509a60 commit 63dad12Copy full SHA for 63dad12
apps/functions/dns-redirecting/index.ts
@@ -38,10 +38,10 @@ export const dnsRedirecting = functions.https.onRequest(
38
response.redirect(redirectType, 'https://angular.dev/update-guide');
39
}
40
if (hostname === 'cli.angular.io') {
41
- response.redirect(redirectType, 'https://angular.dev/cli');
+ response.redirect(redirectType, 'https://angular.dev/tools/cli');
42
43
if (hostname === 'cli.angular.dev') {
44
45
46
if (hostname === 'blog.angular.io') {
47
response.redirect(redirectType, `https://blog.angular.dev${request.originalUrl}`);
0 commit comments