Skip to content

Commit 41a695a

Browse files
authored
docs: change links in markdown descriptions to adev (#2116)
1 parent 8534bc7 commit 41a695a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@
120120
"angular.enable-strict-mode-prompt": {
121121
"type": "boolean",
122122
"default": true,
123-
"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."
123+
"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."
124124
},
125125
"angular.trace.server": {
126126
"type": "string",
@@ -146,7 +146,7 @@
146146
"angular.forceStrictTemplates": {
147147
"type": "boolean",
148148
"default": false,
149-
"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`."
149+
"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`."
150150
},
151151
"angular.suppressAngularDiagnosticCodes": {
152152
"type": "string",

0 commit comments

Comments
 (0)