From e5948905d275df8056e7fd08bdb0764bd0b79be5 Mon Sep 17 00:00:00 2001 From: Sasidharan SD Date: Fri, 24 May 2024 22:07:34 +0530 Subject: [PATCH] docs: fix schematics cli broken link (#56070) PR Close #56070 --- adev/src/content/tools/cli/schematics-authoring.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/adev/src/content/tools/cli/schematics-authoring.md b/adev/src/content/tools/cli/schematics-authoring.md index 19300906f22..06f0295fc32 100644 --- a/adev/src/content/tools/cli/schematics-authoring.md +++ b/adev/src/content/tools/cli/schematics-authoring.md @@ -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`.