From c903e7f66200a93e291626b3ee2fe0d60f579e53 Mon Sep 17 00:00:00 2001 From: Tong Gao Date: Sat, 7 Oct 2023 00:14:29 -0500 Subject: [PATCH] [Docs] Fix dead links in readme (#455) --- README.md | 6 +++--- README_zh-CN.md | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 7a2c46ca..0d9d2698 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ [🌐Website](https://opencompass.org.cn/) | [📘Documentation](https://opencompass.readthedocs.io/en/latest/) | -[🛠️Installation](https://opencompass.readthedocs.io/en/latest/get_started.html#installation) | +[🛠️Installation](https://opencompass.readthedocs.io/en/latest/get_started/installation.html) | [🤔Reporting Issues](https://github.com/open-compass/opencompass/issues/new/choose) English | [简体中文](README_zh-CN.md) @@ -83,7 +83,7 @@ wget https://github.com/open-compass/opencompass/releases/download/0.1.1/OpenCom unzip OpenCompassData.zip ``` -Some third-party features, like Humaneval and Llama, may require additional steps to work properly, for detailed steps please refer to the [Installation Guide](https://opencompass.readthedocs.io/en/latest/get_started.html). +Some third-party features, like Humaneval and Llama, may require additional steps to work properly, for detailed steps please refer to the [Installation Guide](https://opencompass.readthedocs.io/en/latest/get_started/installation.html).

🔝Back to top

@@ -121,7 +121,7 @@ python run.py --datasets ceval_ppl mmlu_ppl \ > **Note**
> To run the command above, you will need to remove the comments starting from `# ` first. -Through the command line or configuration files, OpenCompass also supports evaluating APIs or custom models, as well as more diversified evaluation strategies. Please read the [Quick Start](https://opencompass.readthedocs.io/en/latest/get_started.html) to learn how to run an evaluation task. +Through the command line or configuration files, OpenCompass also supports evaluating APIs or custom models, as well as more diversified evaluation strategies. Please read the [Quick Start](https://opencompass.readthedocs.io/en/latest/get_started/quick_start.html) to learn how to run an evaluation task.

🔝Back to top

diff --git a/README_zh-CN.md b/README_zh-CN.md index 2e93876d..5c27593b 100644 --- a/README_zh-CN.md +++ b/README_zh-CN.md @@ -10,7 +10,7 @@ [🌐Website](https://opencompass.org.cn/) | [📘Documentation](https://opencompass.readthedocs.io/zh_CN/latest/index.html) | -[🛠️Installation](https://opencompass.readthedocs.io/zh_CN/latest/get_started.html#id1) | +[🛠️Installation](https://opencompass.readthedocs.io/zh_CN/latest/get_started/installation.html) | [🤔Reporting Issues](https://github.com/open-compass/opencompass/issues/new/choose) [English](/README.md) | 简体中文 @@ -85,7 +85,7 @@ wget https://github.com/open-compass/opencompass/releases/download/0.1.1/OpenCom unzip OpenCompassData.zip ``` -有部分第三方功能,如 Humaneval 以及 Llama,可能需要额外步骤才能正常运行,详细步骤请参考[安装指南](https://opencompass.readthedocs.io/zh_CN/latest/get_started.html)。 +有部分第三方功能,如 Humaneval 以及 Llama,可能需要额外步骤才能正常运行,详细步骤请参考[安装指南](https://opencompass.readthedocs.io/zh_CN/latest/get_started/installation.html)。

🔝返回顶部

@@ -123,7 +123,7 @@ python run.py --datasets ceval_ppl mmlu_ppl \ > **注意**
> 若需要运行上述命令,你需要删除所有从 `# ` 开始的注释。 -通过命令行或配置文件,OpenCompass 还支持评测 API 或自定义模型,以及更多样化的评测策略。请阅读[快速上手](https://opencompass.readthedocs.io/zh_CN/latest/get_started.html#id3)了解如何运行一个评测任务。 +通过命令行或配置文件,OpenCompass 还支持评测 API 或自定义模型,以及更多样化的评测策略。请阅读[快速开始](https://opencompass.readthedocs.io/zh_CN/latest/get_started/quick_start.html)了解如何运行一个评测任务。 更多教程请查看我们的[文档](https://opencompass.readthedocs.io/zh_CN/latest/index.html)。