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:
parent
dd4e47a127
commit
7717e0f9f6
3 changed files with 3 additions and 3 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/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"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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
|
||||
Loading…
Reference in a new issue