Skip to content

Commit

Permalink
docs: fix schematics cli broken link (#56070)
Browse files Browse the repository at this point in the history
PR Close #56070
  • Loading branch information
sasidharansd authored and pkozlowski-opensource committed May 27, 2024
1 parent 9d52b8f commit 6091798
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion adev/src/content/tools/cli/schematics-authoring.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ A change can be accepted or ignored, or throw an exception.

### Defining rules and actions

When you create a new blank schematic with the [Schematics CLI](#cli), the generated entry function is a *rule factory*.
When you create a new blank schematic with the [Schematics CLI](#schematics-cli), the generated entry function is a *rule factory*.
A `RuleFactory` object defines a higher-order function that creates a `Rule`.

<docs-code header="index.ts" language="typescript">
Expand Down

0 comments on commit 6091798

Please sign in to comment.