From e686e94d1afaf57003493f4117def759a56b7798 Mon Sep 17 00:00:00 2001 From: Rich Harris Date: Tue, 15 Jul 2025 14:52:52 -0400 Subject: [PATCH] Update documentation/docs/03-template-syntax/19-await-expressions.md Co-authored-by: Conduitry --- documentation/docs/03-template-syntax/19-await-expressions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/docs/03-template-syntax/19-await-expressions.md b/documentation/docs/03-template-syntax/19-await-expressions.md index fd62715e6b..4e5ec28b26 100644 --- a/documentation/docs/03-template-syntax/19-await-expressions.md +++ b/documentation/docs/03-template-syntax/19-await-expressions.md @@ -8,7 +8,7 @@ As of Svelte 5.36, you can use the `await` keyword inside your components in thr - inside `$derived(...)` declarations - inside your markup -This feature is currently experimental, and you must opt in by adding the `experimental.async` option wherever you [configure](https://svelte.dev/docs/kit/configuration) Svelte, usually `svelte.config.js`: +This feature is currently experimental, and you must opt in by adding the `experimental.async` option wherever you [configure](/docs/kit/configuration) Svelte, usually `svelte.config.js`: ```js /// file: svelte.config.js