From f04dbe957ae137051464e820ac47bd1b9dfc2a4c Mon Sep 17 00:00:00 2001 From: Rich Harris Date: Sun, 20 Oct 2024 20:56:31 -0400 Subject: [PATCH] fix link --- documentation/docs/03-template-syntax/08-@html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/docs/03-template-syntax/08-@html.md b/documentation/docs/03-template-syntax/08-@html.md index 2b5d366727..28a0cdb470 100644 --- a/documentation/docs/03-template-syntax/08-@html.md +++ b/documentation/docs/03-template-syntax/08-@html.md @@ -22,7 +22,7 @@ It also will not compile Svelte code. ## Styling -Content rendered this way is 'invisible' to Svelte and as such will not receive [scoped styles](TODO) — in other words, this will not work, and the `a` and `img` styles will be regarded as unused: +Content rendered this way is 'invisible' to Svelte and as such will not receive [scoped styles](styles-and-classes) — in other words, this will not work, and the `a` and `img` styles will be regarded as unused: ```svelte