Skip to content

Commit c8d9b80

Browse files
committed
fix lint
Signed-off-by: bitliu <[email protected]>
1 parent cd1f1b3 commit c8d9b80

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

website/docs/api/router.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -648,7 +648,7 @@ logger.info(f"Request routed to {routing_info.get('selected_model')} "
648648

649649
- **[Classification API](classification.md)**: Detailed classification endpoints
650650
- **[System Architecture](../overview/architecture/system-architecture.md)**: System monitoring and observability
651-
- **[Quick Start Guide](../installation/installation.md)**: Real-world integration examples
651+
- **[Quick Start Guide](../installation/local.md)**: Real-world integration examples
652652
- **[Configuration Guide](../installation/configuration.md)**: Production configuration
653653

654654
For more advanced API usage and custom integrations, refer to the examples directory or join our community discussions.

website/docs/installation/configuration.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -955,8 +955,8 @@ This workflow ensures your configuration is:
955955

956956
## Next Steps
957957

958-
- **[Installation Guide](installation.md)** - Setup instructions
959-
- **[Quick Start Guide](installation.md)** - Basic usage examples
958+
- **[Local Guide](local.md)** - Setup instructions in Local
959+
- **[Kubernetes Guide](kubernetes.md)** - Setup instructions in Kubernetes
960960
- **[API Documentation](../api/router.md)** - Complete API reference
961961

962962
The configuration system is designed to be simple yet powerful. Start with the basic configuration and gradually enable advanced features as needed.

website/docs/intro.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ The router provides comprehensive monitoring through:
9696

9797
## 🔗 Quick Links
9898

99-
- [**Installation**](installation/installation.md) - Setup and installation guide
99+
- [**Installation**](installation/local.md) - Setup and installation guide
100100
- [**Overview**](overview/semantic-router-overview.md) - Deep dive into semantic routing concepts
101101
- [**Architecture**](overview/architecture/system-architecture.md) - Technical architecture and design
102102
- [**Model Training**](training/training-overview.md) - How classification models are trained

0 commit comments

Comments
 (0)