Skip to content

Commit dccc34d

Browse files
committed
root-relative URL
1 parent 43376e7 commit dccc34d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

documentation/docs/02-runes/03-$derived.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ Derived expressions are recalculated when their dependencies change, but you can
8585
8686
## Deriveds and reactivity
8787

88-
Unlike `$state`, which converts objects and arrays to [deeply reactive proxies]($state#Deep-state), `$derived` values are left as-is. For example, [in a case like this](https://svelte.dev/playground/b0d5cb9ecb6c463fafb8976e06c9335f)...
88+
Unlike `$state`, which converts objects and arrays to [deeply reactive proxies]($state#Deep-state), `$derived` values are left as-is. For example, [in a case like this](/playground/b0d5cb9ecb6c463fafb8976e06c9335f)...
8989

9090
```svelte
9191
let items = $state([...]);

0 commit comments

Comments
 (0)