Skip to content

Commit cd7d288

Browse files
committed
Fix link to innerHTML docs
1 parent e344025 commit cd7d288

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/routes/solid-start/guides/security.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ title: Security
55
## XSS (Cross Site Scripting)
66

77
Solid automatically escape values passed to JSX expressions to reduce the risk of XSS attacks.
8-
However, this protection does not apply when using [`innerHTML`](/reference/jsx-attributes/innerhtml-or-textcontent#innerhtml-or-textcontent).
8+
However, this protection does not apply when using [`innerHTML`](/reference/jsx-attributes/innerhtml).
99

1010
To protect your application from XSS attacks:
1111

0 commit comments

Comments
 (0)