Skip to content

Commit b0546da

Browse files
sasidharansdthePunderWoman
authored andcommitted
docs: fix docs links (angular#56234)
PR Close angular#56234
1 parent 73e84e2 commit b0546da

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

adev/src/content/reference/configs/workspace-config.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ For details of those options and their possible values, see the [Angular CLI Ref
220220
| `scripts` | An object containing JavaScript files to add to the application. The scripts are loaded exactly as if you had added them in a `<script>` tag inside `index.html`. See more in the [Styles and scripts configuration](#styles-and-scripts-configuration) section. |
221221
| `budgets` | Default size-budget type and thresholds for all or parts of your application. You can configure the builder to report a warning or an error when the output reaches or exceeds a threshold size. See [Configure size budgets](tools/cli/build#configure-size-budgets). |
222222
| `fileReplacements` | An object containing files and their compile-time replacements. See more in [Configure target-specific file replacements](tools/cli/build#configure-target-specific-file-replacements). |
223-
| `index` | A base HTML document which loads the application. See more in [Index configuration](#index-config). |
223+
| `index` | A base HTML document which loads the application. See more in [Index configuration](#index-configuration). |
224224

225225
## Complex configuration values
226226

adev/src/content/tools/cli/build.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Angular CLI includes four builders typically used as `build` targets:
99
| Builder | Purpose |
1010
| ----------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
1111
| `@angular-devkit/build-angular:browser` | Bundles a client-side application for use in a browser with [Webpack](https://webpack.js.org/). |
12-
| `@angular-devkit/build-angular:browser-esbuild` | Bundles a client-side application for use in a browser with [esbuild](https://esbuild.github.io/). See [`browser-esbuild` documentation](tools/cli/esbuild) for more information. |
12+
| `@angular-devkit/build-angular:browser-esbuild` | Bundles a client-side application for use in a browser with [esbuild](https://esbuild.github.io/). See [`browser-esbuild` documentation](tools/cli/build-system-migration#manual-migration-to-the-compatibility-builder) for more information. |
1313
| `@angular-devkit/build-angular:application` | Builds an application with a client-side bundle, a Node server, and build-time prerendered routes with [esbuild](https://esbuild.github.io/). |
1414
| `@angular-devkit/build-angular:ng-packagr` | Builds an Angular library adhering to [Angular Package Format](tools/libraries/angular-package-format). |
1515

0 commit comments

Comments
 (0)