From 2fae330947ef19ee7255f6c4a9e074151f32ece2 Mon Sep 17 00:00:00 2001 From: Eddy Date: Wed, 29 Apr 2020 20:06:34 +0200 Subject: [PATCH] Update link to transitions section I noticed the current link wasn't going anywhere. Let me know if this is correct or not :+1: --- 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 85661bd3b9..565a1dc49b 100644 --- a/site/content/docs/03-run-time.md +++ b/site/content/docs/03-run-time.md @@ -521,7 +521,7 @@ $: $size = big ? 100 : 10; ### `svelte/transition` -The `svelte/transition` module exports six functions: `fade`, `fly`, `slide`, `scale`, `draw` and `crossfade`. They are for use with svelte [`transitions`](docs#Transitions). +The `svelte/transition` module exports six functions: `fade`, `fly`, `slide`, `scale`, `draw` and `crossfade`. They are for use with svelte [`transitions`](docs#transition_fn). #### `fade`