From 0e1b81242938f774b1c4e6be014e468797677642 Mon Sep 17 00:00:00 2001 From: Santhi Prakash Date: Sat, 25 Jul 2026 05:09:04 +0000 Subject: [PATCH] docs(readme): fix broken evals link Problem: README.md links to evals/README.md, which does not exist. Fix: point the 'our evals' link to evals/buffbench/README.md, the existing evaluation documentation. Verification: confirmed with a local markdown link scan that only the evals/README.md link is broken, and 'ls -l evals/buffbench/README.md' confirms the target exists. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 76bc0637ee..98bfb68f7e 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Instead of using one model for everything, Codebuff coordinates specialized agen Codebuff vs Claude Code -Codebuff beats Claude Code at 61% vs 53% on [our evals](evals/README.md) across 175+ coding tasks over multiple open-source repos that simulate real-world tasks. +Codebuff beats Claude Code at 61% vs 53% on [our evals](evals/buffbench/README.md) across 175+ coding tasks over multiple open-source repos that simulate real-world tasks. ## Freebuff: the free coding agent