From 87a6fcd383c0c85c93e480e42302207656cf9488 Mon Sep 17 00:00:00 2001 From: Perete Harrison Date: Sat, 7 Dec 2024 15:45:02 +0100 Subject: [PATCH] Fix: Update link in Prompt management from dotpronpt to dotprompt.md --- docs/models.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/models.md b/docs/models.md index da6ce7327..0813f1c33 100644 --- a/docs/models.md +++ b/docs/models.md @@ -490,7 +490,7 @@ example, to generate an image using the Imagen2 model through Vertex AI: #### Learn more about Genkit - As an app developer, the primary way you influence the output of generative AI - models is through prompting. Read [Prompt management](dotpronpt) to learn how + models is through prompting. Read [Prompt management](dotprompt.md) to learn how Genkit helps you develop effective prompts and manage them in your codebase. - Although `generate()` is the nucleus of every generative AI powered application, real-world applications usually require additional work before