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`.