From ffe40f4bfae2db3f12ee162e4049b63f4a76f7e6 Mon Sep 17 00:00:00 2001 From: Damian Sire Date: Tue, 20 Jan 2026 13:11:22 +0700 Subject: [PATCH] docs: fix Genkit documentation URL Update the Genkit Angular integration documentation link from the old path /docs/angular/ to the current correct path /docs/frameworks/angular/ This ensures developers are directed to the correct and up-to-date documentation for integrating Genkit with Angular applications. --- adev/src/content/ai/overview.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/adev/src/content/ai/overview.md b/adev/src/content/ai/overview.md index e2da24e3929..b11f3e66236 100644 --- a/adev/src/content/ai/overview.md +++ b/adev/src/content/ai/overview.md @@ -38,7 +38,7 @@ Here are examples of how to build with Genkit and Angular: - [Agentic Apps with Genkit and Angular starter-kit](https://github.com/angular/examples/tree/main/genkit-angular-starter-kit) — New to building with AI? Start here with a basic app that features an agentic workflow. Perfect place to start for your first AI building experience. -- [Use Genkit in an Angular app](https://genkit.dev/docs/angular/) — Build a basic application that uses Genkit Flows, Angular and Gemini 2.5 Flash. This step-by-step walkthrough guides you through creating a full-stack Angular application with AI features. +- [Use Genkit in an Angular app](https://genkit.dev/docs/frameworks/angular/) — Build a basic application that uses Genkit Flows, Angular and Gemini 2.5 Flash. This step-by-step walkthrough guides you through creating a full-stack Angular application with AI features. - [Dynamic Story Generator app](https://github.com/angular/examples/tree/main/genkit-angular-story-generator) — Learn to build an agentic Angular app powered by Genkit, Gemini and Imagen 3 to dynamically generate a story based on user interaction featuring beautiful image panels to accompany the events that take place. Start here if you'd like to experiment with a more advanced use-case.