From 44c8d6cc60f081470ee2fb290edde49d427042f9 Mon Sep 17 00:00:00 2001 From: Hubert <42952108+yingfhu@users.noreply.github.com> Date: Wed, 25 Oct 2023 13:15:42 +0800 Subject: [PATCH] [Docs] update invalid link in docs (#499) --- docs/en/advanced_guides/new_dataset.md | 2 +- docs/en/user_guides/datasets.md | 2 +- docs/zh_cn/advanced_guides/new_dataset.md | 2 +- docs/zh_cn/user_guides/datasets.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/en/advanced_guides/new_dataset.md b/docs/en/advanced_guides/new_dataset.md index f7bb2c56..271a89a2 100644 --- a/docs/en/advanced_guides/new_dataset.md +++ b/docs/en/advanced_guides/new_dataset.md @@ -54,4 +54,4 @@ Although OpenCompass has already included most commonly used datasets, users nee ] ``` - Once the dataset is configured, you can refer to the instructions on [Get started](../get_started.md) for other requirements. + Detailed dataset configuration files and other required configuration files can be referred to in the [Configuration Files](../user_guides/config.md) tutorial. For guides on launching tasks, please refer to the [Quick Start](../get_started/quick_start.md) tutorial. diff --git a/docs/en/user_guides/datasets.md b/docs/en/user_guides/datasets.md index 51968edf..4f6fc33d 100644 --- a/docs/en/user_guides/datasets.md +++ b/docs/en/user_guides/datasets.md @@ -1,6 +1,6 @@ # Configure Datasets -This tutorial mainly focuses on selecting datasets supported by OpenCompass and preparing their configs files. Please make sure you have downloaded the datasets following the steps in [Dataset Preparation](../get_started.md#dataset-preparation). +This tutorial mainly focuses on selecting datasets supported by OpenCompass and preparing their configs files. Please make sure you have downloaded the datasets following the steps in [Dataset Preparation](../get_started/installation.md#dataset-preparation). ## Directory Structure of Dataset Configuration Files diff --git a/docs/zh_cn/advanced_guides/new_dataset.md b/docs/zh_cn/advanced_guides/new_dataset.md index 7b21e2cf..0ce7d9e2 100644 --- a/docs/zh_cn/advanced_guides/new_dataset.md +++ b/docs/zh_cn/advanced_guides/new_dataset.md @@ -55,4 +55,4 @@ ] ``` - 配置好数据集之后,其他需要的配置文件直接参考[快速上手](../get_started.md)教程即可。 + 详细的数据集配置文件以及其他需要的配置文件可以参考[配置文件](../user_guides/config.md)教程,启动任务相关的教程可以参考[快速开始](../get_started/quick_start.md)教程。 diff --git a/docs/zh_cn/user_guides/datasets.md b/docs/zh_cn/user_guides/datasets.md index c2a52bd2..2aae7de8 100644 --- a/docs/zh_cn/user_guides/datasets.md +++ b/docs/zh_cn/user_guides/datasets.md @@ -1,6 +1,6 @@ # 配置数据集 -本节教程主要关注如何选择和配置所需要的数据集。请确保你已按照[数据集准备](../get_started.md#数据集准备)中的步骤下载好数据集。 +本节教程主要关注如何选择和配置所需要的数据集。请确保你已按照[数据集准备](../get_started/installation.md#数据集准备)中的步骤下载好数据集。 ## 数据集配置文件目录结构