From 7cc790196e5974f3436db818e52bd63efe2bb288 Mon Sep 17 00:00:00 2001 From: numb86 <16703337+numb86@users.noreply.github.com> Date: Wed, 25 Dec 2024 23:14:58 +0900 Subject: [PATCH] Fix fragment identifier --- website/docs/reference/commands/run-operation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/reference/commands/run-operation.md b/website/docs/reference/commands/run-operation.md index 6b842b3064c..35dab07874f 100644 --- a/website/docs/reference/commands/run-operation.md +++ b/website/docs/reference/commands/run-operation.md @@ -7,7 +7,7 @@ id: "run-operation" ### Overview -The `dbt run-operation` command is used to invoke a macro. For usage information, consult the docs on [operations](/docs/build/hooks-operations#operations). +The `dbt run-operation` command is used to invoke a macro. For usage information, consult the docs on [operations](/docs/build/hooks-operations#about-operations). ### Usage ```