From 5b7e688fc5c0fa9c8a21710909178f202096d4e5 Mon Sep 17 00:00:00 2001 From: Dan Saunders Date: Mon, 17 Mar 2025 13:18:52 -0400 Subject: [PATCH] fix broken link --- docs/dataset_preprocessing.qmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/dataset_preprocessing.qmd b/docs/dataset_preprocessing.qmd index 1075dc8e5..245723e67 100644 --- a/docs/dataset_preprocessing.qmd +++ b/docs/dataset_preprocessing.qmd @@ -6,7 +6,7 @@ description: How datasets are processed ## Overview Dataset pre-processing is the step where Axolotl takes each dataset you've configured alongside -the [dataset format](docs/dataset-formats) and prompt strategies to: +the [dataset format](dataset-formats) and prompt strategies to: - parse the dataset based on the *dataset format* - transform the dataset to how you would interact with the model based on the *prompt strategy*