From d76a9870b9914e835a4251f1507dbaf88d340dfd Mon Sep 17 00:00:00 2001 From: Mark Goho Date: Tue, 8 Apr 2025 19:04:10 -0400 Subject: [PATCH] docs(samples): fix broken links to samples --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ac76b62b0c..f773d7c5ef 100644 --- a/README.md +++ b/README.md @@ -102,12 +102,12 @@ Want to skip the local setup? Click below to try out Genkit using [Project IDX]( Take a look at some samples of Genkit in use: - ["AI barista"](https://github.com/firebase/genkit/blob/main/samples/js-coffee-shop) -- demonstrates simple LLM usage -- [A simple chatbot with a JavaScript frontend](https://github.com/firebase/genkit/blob/main/samples/chatbot) -- add history to LLM sessions +- [A simple chatbot with a JavaScript frontend](https://github.com/firebase/genkit/blob/main/samples/js-chatbot) -- add history to LLM sessions - [Restaurant menu Q&A app](https://github.com/firebase/genkit/blob/main/samples/js-menu) -- this sample shows progressively more sophisticated versions of a menu understanding app. - [Streaming to an Angular frontend](https://github.com/firebase/genkit/blob/main/samples/js-angular) - [js-schoolAgent](https://github.com/firebase/genkit/blob/main/samples/js-schoolAgent/): A simple school assistant system with a routing agent and specialized agents -- [Prompts](https://github.com/firebase/genkit/blob/main/samples/prompts/): Shows off several prompting techniques +- [Prompts](https://github.com/firebase/genkit/blob/main/samples/js-prompts/): Shows off several prompting techniques ## Connect with us