From c47dbbede7d3f5262190c66d5b8a1964d43d75e0 Mon Sep 17 00:00:00 2001 From: Alexey Elin Date: Mon, 15 Feb 2021 00:26:55 +0300 Subject: [PATCH] docs: fix broken link in `Default Architect builders and targets` section (+ remove typo 'the') (#40847) PR Close #40847 --- aio/content/guide/workspace-config.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aio/content/guide/workspace-config.md b/aio/content/guide/workspace-config.md index 174a42c5fc..5848cc8125 100644 --- a/aio/content/guide/workspace-config.md +++ b/aio/content/guide/workspace-config.md @@ -100,7 +100,7 @@ See [Angular CLI Builders](guide/cli-builder). ### Default Architect builders and targets Angular defines default builders for use with specific CLI commands, or with the general `ng run` command. -The JSON schemas that the define the options and defaults for each of these default builders are collected in the [`@angular-devkit/build-angular`](https://github.com/angular/angular-cli/blob/8.0.x/packages/angular/cli/lib/config/schema.json) package. +The JSON schemas that define the options and defaults for each of these default builders are collected in the [`@angular-devkit/build-angular`](https://github.com/angular/angular-cli/blob/master/packages/angular/cli/lib/config/schema.json) package. The schemas configure options for the following builders. * app-shell