Skip to content

Commit f006a80

Browse files
davidlj95alan-agius4
authored andcommitted
docs: update workspace config links aio->adev
(cherry picked from commit 2c2c113)
1 parent 2a3d7a0 commit f006a80

File tree

6 files changed

+10
-10
lines changed

6 files changed

+10
-10
lines changed

packages/angular/build/src/builders/application/schema.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@
143143
"description": "Automatically clear the terminal screen during rebuilds."
144144
},
145145
"optimization": {
146-
"description": "Enables optimization of the build output. Including minification of scripts and styles, tree-shaking, dead-code elimination, inlining of critical CSS and fonts inlining. For more information, see https://angular.io/guide/workspace-config#optimization-configuration.",
146+
"description": "Enables optimization of the build output. Including minification of scripts and styles, tree-shaking, dead-code elimination, inlining of critical CSS and fonts inlining. For more information, see https://angular.dev/reference/configs/workspace-config#optimization-configuration.",
147147
"default": true,
148148
"x-user-analytics": "ep.ng_optimization",
149149
"oneOf": [
@@ -279,7 +279,7 @@
279279
"default": true
280280
},
281281
"sourceMap": {
282-
"description": "Output source maps for scripts and styles. For more information, see https://angular.io/guide/workspace-config#source-map-configuration.",
282+
"description": "Output source maps for scripts and styles. For more information, see https://angular.dev/reference/configs/workspace-config#source-map-configuration.",
283283
"default": false,
284284
"oneOf": [
285285
{

packages/angular_devkit/build_angular/src/builders/browser-esbuild/schema.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@
139139
"default": []
140140
},
141141
"optimization": {
142-
"description": "Enables optimization of the build output. Including minification of scripts and styles, tree-shaking, dead-code elimination, inlining of critical CSS and fonts inlining. For more information, see https://angular.io/guide/workspace-config#optimization-configuration.",
142+
"description": "Enables optimization of the build output. Including minification of scripts and styles, tree-shaking, dead-code elimination, inlining of critical CSS and fonts inlining. For more information, see https://angular.dev/reference/configs/workspace-config#optimization-configuration.",
143143
"default": true,
144144
"x-user-analytics": "ep.ng_optimization",
145145
"oneOf": [
@@ -227,7 +227,7 @@
227227
"default": true
228228
},
229229
"sourceMap": {
230-
"description": "Output source maps for scripts and styles. For more information, see https://angular.io/guide/workspace-config#source-map-configuration.",
230+
"description": "Output source maps for scripts and styles. For more information, see https://angular.dev/reference/configs/workspace-config#source-map-configuration.",
231231
"default": false,
232232
"oneOf": [
233233
{

packages/angular_devkit/build_angular/src/builders/browser/schema.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@
132132
"additionalProperties": false
133133
},
134134
"optimization": {
135-
"description": "Enables optimization of the build output. Including minification of scripts and styles, tree-shaking, dead-code elimination, inlining of critical CSS and fonts inlining. For more information, see https://angular.io/guide/workspace-config#optimization-configuration.",
135+
"description": "Enables optimization of the build output. Including minification of scripts and styles, tree-shaking, dead-code elimination, inlining of critical CSS and fonts inlining. For more information, see https://angular.dev/reference/configs/workspace-config#optimization-configuration.",
136136
"default": true,
137137
"x-user-analytics": "ep.ng_optimization",
138138
"oneOf": [
@@ -220,7 +220,7 @@
220220
"default": true
221221
},
222222
"sourceMap": {
223-
"description": "Output source maps for scripts and styles. For more information, see https://angular.io/guide/workspace-config#source-map-configuration.",
223+
"description": "Output source maps for scripts and styles. For more information, see https://angular.dev/reference/configs/workspace-config#source-map-configuration.",
224224
"default": false,
225225
"oneOf": [
226226
{

packages/angular_devkit/build_angular/src/builders/karma/schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@
152152
"description": "Globs of files to exclude, relative to the project root."
153153
},
154154
"sourceMap": {
155-
"description": "Output source maps for scripts and styles. For more information, see https://angular.io/guide/workspace-config#source-map-configuration.",
155+
"description": "Output source maps for scripts and styles. For more information, see https://angular.dev/reference/configs/workspace-config#source-map-configuration.",
156156
"default": true,
157157
"oneOf": [
158158
{

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"additionalProperties": false
4444
},
4545
"optimization": {
46-
"description": "Enables optimization of the build output. Including minification of scripts and styles, tree-shaking and dead-code elimination. For more information, see https://angular.io/guide/workspace-config#optimization-configuration.",
46+
"description": "Enables optimization of the build output. Including minification of scripts and styles, tree-shaking and dead-code elimination. For more information, see https://angular.dev/reference/configs/workspace-config#optimization-configuration.",
4747
"default": true,
4848
"x-user-analytics": "ep.ng_optimization",
4949
"oneOf": [
@@ -85,7 +85,7 @@
8585
"description": "The path where style resources will be placed, relative to outputPath."
8686
},
8787
"sourceMap": {
88-
"description": "Output source maps for scripts and styles. For more information, see https://angular.io/guide/workspace-config#source-map-configuration.",
88+
"description": "Output source maps for scripts and styles. For more information, see https://angular.dev/reference/configs/workspace-config#source-map-configuration.",
8989
"default": false,
9090
"oneOf": [
9191
{

packages/angular_devkit/build_angular/src/builders/web-test-runner/schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@
148148
"description": "Globs of files to exclude, relative to the project root."
149149
},
150150
"sourceMap": {
151-
"description": "Output source maps for scripts and styles. For more information, see https://angular.io/guide/workspace-config#source-map-configuration.",
151+
"description": "Output source maps for scripts and styles. For more information, see https://angular.dev/reference/configs/workspace-config#source-map-configuration.",
152152
"default": true,
153153
"oneOf": [
154154
{

0 commit comments

Comments
 (0)