From 8a6c848f1542bbc3ada58f0febd594803f594e5c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dani=C3=ABl=20de=20Kok?= Date: Tue, 23 Apr 2024 09:18:42 +0200 Subject: [PATCH] Fully qualified links Co-authored-by: Sofie Van Landeghem --- website/docs/api/pipe.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/docs/api/pipe.mdx b/website/docs/api/pipe.mdx index a9e1e025b..6c69b104c 100644 --- a/website/docs/api/pipe.mdx +++ b/website/docs/api/pipe.mdx @@ -481,11 +481,11 @@ as an attribute to the component's model. Check/set whether this component stores activations. When enabled, the activations of the pipe's model are stored in the [`Doc.activations`](/api/doc#attributes) dictionary when -[`set_annotations`](set_annotations) is called. +[`set_annotations`](/api/pipe#set_annotations) is called. | Name | Description | | ----------- | ------------------------------------------------------------------------------------------------- | -| **RETURNS** | Whether to save activations in the `Doc` object in [`set_annotations`](set_annotations). ~~bool~~ | +| **RETURNS** | Whether to save activations in the `Doc` object in [`set_annotations`](/api/pipe#set_annotations). ~~bool~~ | ## TrainablePipe.set_output {id="set_output",tag="method"}