From e8ec04bb2de783747d34fcf4bfe58d0ae2502f52 Mon Sep 17 00:00:00 2001 From: tagboola Date: Mon, 13 May 2024 11:19:11 -0400 Subject: [PATCH] Remove link to sample app in flows documentation --- docs/flows.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/flows.md b/docs/flows.md index 7007b2738f..98df428839 100644 --- a/docs/flows.md +++ b/docs/flows.md @@ -197,5 +197,3 @@ export const menuSuggestionFlow = defineFlow( } ); ``` - -See the [test app](https://github.com/firebase/genkit/blob/main/js/testapps/menu) that uses the `menuSuggestionFlow`.