Skip to content

Commit a408aee

Browse files
aravindvnair99filipesilva
authored andcommitted
docs(@angular/cli): switching angular.io URL from HTTP to HTTPS
Signed-off-by: Aravind V Nair <[email protected]>
1 parent e2d6df2 commit a408aee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/angular/cli/models/analytics.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -388,7 +388,7 @@ export async function promptGlobalAnalytics(force = false) {
388388
message: tags.stripIndents`
389389
Would you like to share anonymous usage data with the Angular Team at Google under
390390
Google’s Privacy Policy at https://policies.google.com/privacy? For more details and
391-
how to change this setting, see http://angular.io/analytics.
391+
how to change this setting, see https://angular.io/analytics.
392392
`,
393393
default: false,
394394
},
@@ -446,7 +446,7 @@ export async function promptProjectAnalytics(force = false): Promise<boolean> {
446446
message: tags.stripIndents`
447447
Would you like to share anonymous usage data about this project with the Angular Team at
448448
Google under Google’s Privacy Policy at https://policies.google.com/privacy? For more
449-
details and how to change this setting, see http://angular.io/analytics.
449+
details and how to change this setting, see https://angular.io/analytics.
450450
451451
`,
452452
default: false,

0 commit comments

Comments
 (0)