From 6ef15f449ee8fbf9cccc7f334d0a99b4a5f25178 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gabriel=20Mart=C3=ADn=20Bl=C3=A1zquez?= Date: Tue, 8 Oct 2024 16:16:09 +0200 Subject: [PATCH] Fix cross-reference --- docs/api/exceptions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api/exceptions.md b/docs/api/exceptions.md index 7f8cb05799..5826756a22 100644 --- a/docs/api/exceptions.md +++ b/docs/api/exceptions.md @@ -1,6 +1,6 @@ # Exceptions -This section contains the `distilabel` custom exceptions. Unlike [errors][../errors.md], exceptions in `distilabel` are used to handle specific situations that can be anticipated and that can be handled in a controlled way internally by the library. +This section contains the `distilabel` custom exceptions. Unlike [errors](errors.md), exceptions in `distilabel` are used to handle specific situations that can be anticipated and that can be handled in a controlled way internally by the library. :::distilabel.exceptions.DistilabelException :::distilabel.exceptions.DistilabelGenerationException