From c5134af91dbfa2205c28e8d796aaf620b12ccdd4 Mon Sep 17 00:00:00 2001 From: Michael Doyle Date: Tue, 19 Nov 2024 13:19:34 -0500 Subject: [PATCH] [Docs] Fix broken link to prompts in get-started (#1336) --- docs/get-started.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/get-started.md b/docs/get-started.md index 6b89e1453..171878a44 100644 --- a/docs/get-started.md +++ b/docs/get-started.md @@ -85,6 +85,5 @@ with additional Genkit capabilities, see the following guides: * [Creating flows](/docs/genkit/flows): Learn how to use special Genkit functions, called flows, that provide end-to-end observability for workflows and rich debugging from Genkit tooling. -* [Prompting models](/docs/genkit/prompts): Learn how Genkit lets you treat - prompt templates as functions, encapsulating model configurations and - input/output schema. +* [Managing prompts](/docs/genkit/dotprompt)): Learn how Genkit helps you manage +* your prompts and configuration together as code.