Skip to content

Commit 8c8c5b2

Browse files
SkyZeroZxkirjs
authored andcommitted
docs(vscode-extension): update angular.io links to angular.dev in messages
1 parent b2f4175 commit 8c8c5b2

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

  • vscode-ng-language-service/client/src

vscode-ng-language-service/client/src/client.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Copyright Google Inc. All Rights Reserved.
44
*
55
* Use of this source code is governed by an MIT-style license that can be
6-
* found in the LICENSE file at https://angular.io/license
6+
* found in the LICENSE file at https://angular.dev/license
77
*/
88

99
import * as fs from 'node:fs';
@@ -575,8 +575,8 @@ function registerNotificationHandlers(client: lsp.LanguageClient): vscode.Dispos
575575
const doNotPromptAgain = 'Do not show again for this workspace';
576576
const selection = await vscode.window.showInformationMessage(
577577
'Some language features are not available. To access all features, enable ' +
578-
'[strictTemplates](https://angular.io/guide/angular-compiler-options#stricttemplates) in ' +
579-
'[angularCompilerOptions](https://angular.io/guide/angular-compiler-options).',
578+
'[strictTemplates](https://angular.dev/reference/configs/angular-compiler-options#stricttemplates) in ' +
579+
'[angularCompilerOptions](https://angular.dev/reference/configs/angular-compiler-options).',
580580
openTsConfig,
581581
doNotPromptAgain,
582582
);

0 commit comments

Comments
 (0)