Skip to content

Commit d76a987

Browse files
committed
docs(samples): fix broken links to samples
1 parent 198759e commit d76a987

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -102,12 +102,12 @@ Want to skip the local setup? Click below to try out Genkit using [Project IDX](
102102
Take a look at some samples of Genkit in use:
103103

104104
- ["AI barista"](https://github.com/firebase/genkit/blob/main/samples/js-coffee-shop) -- demonstrates simple LLM usage
105-
- [A simple chatbot with a JavaScript frontend](https://github.com/firebase/genkit/blob/main/samples/chatbot) -- add history to LLM sessions
105+
- [A simple chatbot with a JavaScript frontend](https://github.com/firebase/genkit/blob/main/samples/js-chatbot) -- add history to LLM sessions
106106
- [Restaurant menu Q&A app](https://github.com/firebase/genkit/blob/main/samples/js-menu) -- this sample shows progressively
107107
more sophisticated versions of a menu understanding app.
108108
- [Streaming to an Angular frontend](https://github.com/firebase/genkit/blob/main/samples/js-angular)
109109
- [js-schoolAgent](https://github.com/firebase/genkit/blob/main/samples/js-schoolAgent/): A simple school assistant system with a routing agent and specialized agents
110-
- [Prompts](https://github.com/firebase/genkit/blob/main/samples/prompts/): Shows off several prompting techniques
110+
- [Prompts](https://github.com/firebase/genkit/blob/main/samples/js-prompts/): Shows off several prompting techniques
111111

112112
## Connect with us
113113

0 commit comments

Comments
 (0)