From 35a910eea21d73f871a10335f1059c9dcb154eb5 Mon Sep 17 00:00:00 2001 From: Conduitry Date: Wed, 29 Apr 2020 15:17:29 -0400 Subject: [PATCH] docs: fix link to animate section --- site/content/docs/03-run-time.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/content/docs/03-run-time.md b/site/content/docs/03-run-time.md index e393dfc1ab..fc21abb20d 100644 --- a/site/content/docs/03-run-time.md +++ b/site/content/docs/03-run-time.md @@ -758,7 +758,7 @@ The `speed` parameter is a means of setting the duration of the transition relat ### `svelte/animate` -The `svelte/animate` module exports one function for use with svelte [animations](docs#Animations). +The `svelte/animate` module exports one function for use with Svelte [animations](docs#animate_fn). #### `flip`