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:
parent
18b4dfdb77
commit
d680a0affc
2 changed files with 4 additions and 4 deletions
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
>
|
||||
|
|
|
|||
Loading…
Reference in a new issue