fix: update broken documentation links to ai-providers.md

Updated all references from non-existent docs/features/ai-models.md
to the correct path docs/5-CONFIGURATION/ai-providers.md

Fixes #412
This commit is contained in:
LUIS NOVO 2026-01-13 20:34:04 -03:00
parent dd4e47a127
commit 7717e0f9f6
3 changed files with 3 additions and 3 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/features/ai-models.md"
href="https://github.com/lfnovo/open-notebook/blob/main/docs/5-CONFIGURATION/ai-providers.md"
target="_blank"
rel="noopener noreferrer"
className="text-sm text-primary hover:underline"

View file

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

View file

@ -11,6 +11,6 @@
**Quick Links:**
- [Docker Setup Guide](../docs/deployment/docker.md) - Complete Docker setup instructions
- [Single-Container Deployment](../docs/deployment/single-container.md) - Simplified single-container setup
- [AI Models Configuration](../docs/features/ai-models.md) - Guide to all supported AI providers
- [AI Models Configuration](../docs/5-CONFIGURATION/ai-providers.md) - Guide to all supported AI providers
- [Deployment Overview](../docs/deployment/index.md) - All deployment options
- [Getting Started](../docs/getting-started/index.md) - Installation and setup guide