From ea2b5700caac669747ad0f0cc3e29e95aefe7710 Mon Sep 17 00:00:00 2001 From: Alpay <140499210+orsilyon@users.noreply.github.com> Date: Fri, 4 Aug 2023 12:24:54 +0300 Subject: [PATCH] docs: fix link (#9071) --- documentation/docs/02-template-syntax/05-element-directives.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/docs/02-template-syntax/05-element-directives.md b/documentation/docs/02-template-syntax/05-element-directives.md index 9df73c8c07..ee24c97e51 100644 --- a/documentation/docs/02-template-syntax/05-element-directives.md +++ b/documentation/docs/02-template-syntax/05-element-directives.md @@ -738,7 +738,7 @@ DOMRect { An animation is triggered when the contents of a [keyed each block](/docs/logic-blocks#each) are re-ordered. Animations do not run when an element is added or removed, only when the index of an existing data item within the each block changes. Animate directives must be on an element that is an _immediate_ child of a keyed each block. -Animations can be used with Svelte's [built-in animation functions](/docs/svelte-animate) or [custom animation functions](/docs/element-directives#custom-transition-functions). +Animations can be used with Svelte's [built-in animation functions](/docs/svelte-animate) or [custom animation functions](/docs/element-directives#custom-animation-functions). ```svelte