Skip to content

Commit d2af9d9

Browse files
authored
fix: broken link in Verified leaderboard table (#41)
* Fix: Remove broken GitHub link for TRAE + Doubao-Seed-Code The GitHub repository link (https://github.com/bytedance/trae-agent) returns a 404 error. Removed it from the site array, keeping only the working seed.bytedance.com link. * Update site URL in leaderboards.json
1 parent f407608 commit d2af9d9

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

data/leaderboards.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43683,8 +43683,7 @@
4368343683
"https://se-research.bytedance.com/logos/bytedance.jpg"
4368443684
],
4368543685
"site": [
43686-
"https://github.com/bytedance/trae-agent",
43687-
"https://seed.bytedance.com/"
43686+
"https://github.com/bytedance/trae-agent"
4368843687
],
4368943688
"folder": "20250928_trae_doubao_seed_code",
4369043689
"resolved": 78.8,
@@ -92456,4 +92455,4 @@
9245692455
]
9245792456
}
9245892457
]
92459-
}
92458+
}

0 commit comments

Comments
 (0)