docs: update model help links to point to ai-models documentation (#212)

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 <noreply@anthropic.com>
This commit is contained in:
Luis Novo 2025-10-23 18:14:24 -03:00 committed by GitHub
parent 18b4dfdb77
commit d680a0affc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 4 additions and 4 deletions

View file

@ -231,7 +231,7 @@ export function DefaultModelsSection({ models, defaults }: DefaultModelsSectionP
<div className="pt-4 border-t">
<a
href="https://github.com/lfnovo/open-notebook/blob/main/docs/models.md"
href="https://github.com/lfnovo/open-notebook/blob/main/docs/features/ai-models.md"
target="_blank"
rel="noopener noreferrer"
className="text-sm text-primary hover:underline"

View file

@ -110,9 +110,9 @@ export function ProviderStatus({ providers }: ProviderStatusProps) {
) : null}
<div className="mt-6 pt-4 border-t">
<a
href="https://github.com/lfnovo/open-notebook/blob/main/docs/models.md"
target="_blank"
<a
href="https://github.com/lfnovo/open-notebook/blob/main/docs/features/ai-models.md"
target="_blank"
rel="noopener noreferrer"
className="text-sm text-primary hover:underline"
>