From d7a3bcb385d081bca16e00e1571587081548449e Mon Sep 17 00:00:00 2001 From: stevef Date: Sun, 19 Apr 2026 14:13:27 +0200 Subject: [PATCH] docs: fix broken FreeRide links in README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 15f489567..22b7b7049 100644 --- a/README.md +++ b/README.md @@ -97,7 +97,7 @@ 🧠 **Smart routing**: Rule-based model routing — simple queries go to lightweight models, saving API costs. -🧬 **FreeRide**: Intelligent model rotation using OpenRouter's free pool — never pay for basic LLM traffic again. [Learn more](docs/freeride.md). +🧬 **FreeRide**: Intelligent model rotation using OpenRouter's free pool — never pay for basic LLM traffic again. [Learn more](docs/guides/freeride.md). _*Recent builds may use 10-20MB due to rapid PR merges. Resource optimization is planned. Boot speed comparison based on 0.8GHz single-core benchmarks (see table below)._ @@ -624,7 +624,7 @@ For detailed guides beyond this README: | [Scheduled Tasks and Cron Jobs](docs/reference/cron.md) | Cron schedule types, deliver modes, command gates, job storage | | [Providers & Models](docs/guides/providers.md) | 30+ LLM providers, model routing, model_list configuration | | [Spawn & Async Tasks](docs/guides/spawn-tasks.md) | Quick tasks, long tasks with spawn, async sub-agent orchestration | -| [FreeRide](docs/freeride.md) | Dynamic free model rotation and K3s secret management | +| [FreeRide](docs/guides/freeride.md) | Dynamic free model rotation and K3s secret management | | [Hooks](docs/architecture/hooks/README.md) | Event-driven hook system: observers, interceptors, approval hooks | | [Steering](docs/architecture/steering.md) | Inject messages into a running agent loop between tool calls | | [SubTurn](docs/architecture/subturn.md) | Subagent coordination, concurrency control, lifecycle |