Skip to content

Commit 89fbd0f

Browse files
davidlj95alan-agius4
authored andcommitted
docs: update build guide links aio->adev
1 parent b578289 commit 89fbd0f

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

packages/angular/build/src/builders/dev-server/schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
},
2222
"proxyConfig": {
2323
"type": "string",
24-
"description": "Proxy configuration file. For more information, see https://angular.io/guide/build#proxying-to-a-backend-server."
24+
"description": "Proxy configuration file. For more information, see https://angular.dev/tools/cli/serve#proxying-to-a-backend-server."
2525
},
2626
"ssl": {
2727
"type": "boolean",

packages/angular/build/src/tools/esbuild/angular/compiler-plugin.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -492,7 +492,7 @@ function createCompilerOptionsTransformer(
492492
{
493493
text:
494494
'To control ECMA version and features use the Browserslist configuration. ' +
495-
'For more information, see https://angular.io/guide/build#configuring-browser-compatibility',
495+
'For more information, see https://angular.dev/tools/cli/build#configuring-browser-compatibility',
496496
},
497497
],
498498
});

packages/angular_devkit/build_angular/src/builders/dev-server/schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
},
2828
"proxyConfig": {
2929
"type": "string",
30-
"description": "Proxy configuration file. For more information, see https://angular.io/guide/build#proxying-to-a-backend-server."
30+
"description": "Proxy configuration file. For more information, see https://angular.dev/tools/cli/serve#proxying-to-a-backend-server."
3131
},
3232
"ssl": {
3333
"type": "boolean",

packages/angular_devkit/build_angular/src/tools/webpack/plugins/typescript.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ export function createIvyPlugin(
3535
wco.logger.warn(
3636
'TypeScript compiler options "target" and "useDefineForClassFields" are set to "ES2022" and ' +
3737
'"false" respectively by the Angular CLI. To control ECMA version and features use the Browserslist configuration. ' +
38-
'For more information, see https://angular.io/guide/build#configuring-browser-compatibility\n' +
38+
'For more information, see https://angular.dev/tools/cli/build#configuring-browser-compatibility\n' +
3939
`NOTE: You can set the "target" to "ES2022" in the project's tsconfig to remove this warning.`,
4040
);
4141
}

0 commit comments

Comments
 (0)