Просмотр исходного кода

[doc] Fix link in TheAgentCompany benchmark's README.md (#5848)

Boxuan Li 1 год назад
Родитель
Сommit
5ed80b5c32
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      evaluation/benchmarks/the_agent_company/README.md

+ 1 - 1
evaluation/benchmarks/the_agent_company/README.md

@@ -5,7 +5,7 @@ This folder contains the evaluation harness that we built on top of the original
 The evaluation consists of three steps:
 
 1. Environment setup: [install python environment](../../README.md#development-environment), [configure LLM config](../../README.md#configure-openhands-and-your-llm), [launch services](https://github.com/TheAgentCompany/TheAgentCompany/blob/main/docs/SETUP.md).
-2. [Run Evaluation](#run-inference-on-the-agent-company-instances): Run all tasks and get the evaluation results.
+2. [Run Evaluation](#run-inference-on-the-agent-company-tasks): Run all tasks and get the evaluation results.
 
 ## Setup Environment and LLM Configuration