From a49f6138bc41801dcbd2013627fa606aa55df75b Mon Sep 17 00:00:00 2001 From: Mike Solomon Date: Thu, 24 Oct 2024 08:15:41 -0700 Subject: [PATCH] Fix broken ref for now --- .../how-to-find-method-invocations-based-on-a-pattern.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user-documentation/moderne-platform/how-to-guides/how-to-find-method-invocations-based-on-a-pattern.md b/user-documentation/moderne-platform/how-to-guides/how-to-find-method-invocations-based-on-a-pattern.md index 268fe7d9..a6951e14 100644 --- a/user-documentation/moderne-platform/how-to-guides/how-to-find-method-invocations-based-on-a-pattern.md +++ b/user-documentation/moderne-platform/how-to-guides/how-to-find-method-invocations-based-on-a-pattern.md @@ -83,7 +83,7 @@ Regardless of which option you pick, please note that you may want to modify the ### Generate a search recipe from the AI results -This visualization takes the method patterns generated by the AI and creates a declarative YAML recipe that will find methods that match said patterns. You can then directly run that recipe - or you can take it over to the [recipe builder](broken-reference) and modify it to meet your needs. +This visualization takes the method patterns generated by the AI and creates a declarative YAML recipe that will find methods that match said patterns. You can then directly run that recipe - or you can take it over to the [recipe builder](./new-recipe-builder.md) and modify it to meet your needs.