Fix broken links in docs

This commit is contained in:
James Murdza
2025-08-26 10:39:13 -04:00
parent 26565beaa0
commit ba15aed316
2 changed files with 4 additions and 4 deletions

View File

@@ -9,9 +9,9 @@ The benchmark system evaluates models on GUI grounding tasks, specifically agent
## Available Benchmarks
- **[ScreenSpot-v2](./screenspot-v2)** - Standard resolution GUI grounding
- **[ScreenSpot-Pro](./screenspot-pro)** - High-resolution GUI grounding
- **[Interactive Testing](./interactive)** - Real-time testing and visualization
- **[ScreenSpot-v2](./benchmarks/screenspot-v2)** - Standard resolution GUI grounding
- **[ScreenSpot-Pro](./benchmarks/screenspot-pro)** - High-resolution GUI grounding
- **[Interactive Testing](./benchmarks/interactive)** - Real-time testing and visualization
## Quick Start

View File

@@ -56,7 +56,7 @@ agent = ComputerAgent(
)
```
See also: [Budget Manager Callbacks](./callbacks#cost-saving)
See also: [Budget Manager Callbacks](./callbacks/cost-saving)
## See Also
- [Prompt Caching](./prompt-caching)