From 0cbf50576d9b9b60b5722caf181a007f8c08ed61 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E5=B8=88=E8=83=A1?= Date: Mon, 17 Feb 2025 22:11:32 +0800 Subject: [PATCH] docs(runtime): fix broken links of benchmarks (#6744) Co-authored-by: jianhao1 --- openhands/runtime/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openhands/runtime/README.md b/openhands/runtime/README.md index 5a4c1bd0f4..10df124e83 100644 --- a/openhands/runtime/README.md +++ b/openhands/runtime/README.md @@ -145,7 +145,7 @@ Key features: - Support for cloud-based deployments - Potential for improved security through isolation -At the time of this writing, this is mostly used in parallel evaluation, such as this example for [SWE-Bench](https://github.com/All-Hands-AI/OpenHands/tree/main/evaluation/swe_bench#run-inference-on-remoteruntime-experimental). +At the time of this writing, this is mostly used in parallel evaluation, such as this example for [SWE-Bench](https://github.com/All-Hands-AI/OpenHands/tree/main/evaluation/benchmarks/swe_bench#run-inference-on-remoteruntime-experimental). ## Related Components