From 8bc0b33db12b7d0849c3ec554d66b50213e0b5a7 Mon Sep 17 00:00:00 2001 From: Niklas Wolf Date: Fri, 15 Nov 2024 13:59:20 +0100 Subject: [PATCH] docs: change links in markdown descriptions to adev --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 37149db8db..2c4d45c5cd 100644 --- a/package.json +++ b/package.json @@ -108,7 +108,7 @@ "angular.enable-strict-mode-prompt": { "type": "boolean", "default": true, - "markdownDescription": "Prompt to enable the [strictTemplates](https://angular.io/guide/angular-compiler-options#stricttemplates) flag in [angularCompilerOptions](https://angular.io/guide/angular-compiler-options). Note that strict mode is only available when using Ivy." + "markdownDescription": "Prompt to enable the [strictTemplates](https://angular.dev/reference/configs/angular-compiler-options#stricttemplates) flag in [angularCompilerOptions](https://angular.dev/reference/configs/angular-compiler-options). Note that strict mode is only available when using Ivy." }, "angular.trace.server": { "type": "string", @@ -134,7 +134,7 @@ "angular.forceStrictTemplates": { "type": "boolean", "default": false, - "markdownDescription": "Enabling this option will force the language service to use [strictTemplates](https://angular.io/guide/angular-compiler-options#stricttemplates) and ignore the user settings in the `tsconfig.json`." + "markdownDescription": "Enabling this option will force the language service to use [strictTemplates](https://angular.dev/reference/configs/angular-compiler-options#stricttemplates) and ignore the user settings in the `tsconfig.json`." }, "angular.suppressAngularDiagnosticCodes": { "type": "string",