Fix all broken docs links across the project (#8830)

Co-authored-by: llamantino <12345678+yourusername@users.noreply.github.com>
This commit is contained in:
llamantino
2025-06-01 03:24:59 +02:00
committed by GitHub
parent 6d2074d69b
commit 880c05ed94
35 changed files with 62 additions and 62 deletions

View File

@@ -120,7 +120,7 @@ You can start your own fork of [our huggingface evaluation outputs](https://hugg
## For Benchmark Developers
To learn more about how to integrate your benchmark into OpenHands, check out [tutorial here](https://docs.all-hands.dev/modules/usage/how-to/evaluation-harness). Briefly,
To learn more about how to integrate your benchmark into OpenHands, check out [tutorial here](https://docs.all-hands.dev/usage/how-to/evaluation-harness). Briefly,
- Each subfolder contains a specific benchmark or experiment. For example, [`evaluation/benchmarks/swe_bench`](./benchmarks/swe_bench) should contain
all the preprocessing/evaluation/analysis scripts.