Skip to content

Commit ac9a250

Browse files
sryzyckimhevery
authored andcommitted
docs: update link to schematics schema (angular#41258)
PREVIOUSLY: The https://angular.io/guide/schematics#configuring-cli-schematics page has a link to "app" schematic specifically and to a version 7. NOW: The https://angular.io/guide/schematics#configuring-cli-schematics page links to the latest version of schematics (all of them, not just the "app" schematic) to let the reader snoop around a bit. PR Close angular#41258
1 parent ac9c428 commit ac9a250

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aio/content/guide/schematics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ A JSON schema associated with a schematic tells the Angular CLI what options are
3333
These defaults can be overridden by providing a different value for an option on the command line.
3434
See [Workspace Configuration](guide/workspace-config) for information about how you can change the generation option defaults for your workspace.
3535

36-
The JSON schemas for the default schematics used by the CLI to generate projects and parts of projects are collected in the package [`@schematics/angular`](https://raw.githubusercontent.com/angular/angular-cli/v7.0.0/packages/schematics/angular/application/schema.json).
36+
The JSON schemas for the default schematics used by the CLI to generate projects and parts of projects are collected in the package [`@schematics/angular`](https://github.com/angular/angular-cli/tree/master/packages/schematics/angular).
3737
The schema describes the options available to the CLI for each of the `ng generate` sub-commands, as shown in the `--help` output.
3838

3939
## Developing schematics for libraries

0 commit comments

Comments
 (0)