From d680a0affcaafe5740c2271938c761917f2439d7 Mon Sep 17 00:00:00 2001 From: Luis Novo Date: Thu, 23 Oct 2025 18:14:24 -0300 Subject: [PATCH] docs: update model help links to point to ai-models documentation (#212) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Updated help links in DefaultModelsSection and ProviderStatus components to point to the new AI models documentation location at docs/features/ai-models.md instead of docs/models.md 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-authored-by: Claude --- .../(dashboard)/models/components/DefaultModelsSection.tsx | 2 +- .../app/(dashboard)/models/components/ProviderStatus.tsx | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/frontend/src/app/(dashboard)/models/components/DefaultModelsSection.tsx b/frontend/src/app/(dashboard)/models/components/DefaultModelsSection.tsx index 6c963e8..1bcba4a 100644 --- a/frontend/src/app/(dashboard)/models/components/DefaultModelsSection.tsx +++ b/frontend/src/app/(dashboard)/models/components/DefaultModelsSection.tsx @@ -231,7 +231,7 @@ export function DefaultModelsSection({ models, defaults }: DefaultModelsSectionP
-