Skip to content

Commit b0165dd

Browse files
Sync svelte docs (#944)
sync svelte docs Co-authored-by: Rich-Harris <[email protected]>
1 parent 9c12b0e commit b0165dd

File tree

1 file changed

+5
-5
lines changed
  • apps/svelte.dev/content/docs/svelte/98-reference

1 file changed

+5
-5
lines changed

apps/svelte.dev/content/docs/svelte/98-reference/20-svelte.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ for more info.
152152

153153
<blockquote class="tag deprecated note">
154154

155-
Use `Component` instead. See [migration guide](https://svelte.dev/docs/svelte/v5-migration-guide#Components-are-no-longer-classes) for more information.
155+
Use `Component` instead. See [migration guide](/docs/svelte/v5-migration-guide#Components-are-no-longer-classes) for more information.
156156

157157
</blockquote>
158158

@@ -174,7 +174,7 @@ class SvelteComponentTyped<
174174

175175
<blockquote class="tag deprecated note">
176176

177-
Use [`$effect`](https://svelte.dev/docs/svelte/$effect) instead
177+
Use [`$effect`](/docs/svelte/$effect) instead
178178

179179
</blockquote>
180180

@@ -198,7 +198,7 @@ function afterUpdate(fn: () => void): void;
198198

199199
<blockquote class="tag deprecated note">
200200

201-
Use [`$effect.pre`](https://svelte.dev/docs/svelte/$effect#$effect.pre) instead
201+
Use [`$effect.pre`](/docs/svelte/$effect#$effect.pre) instead
202202

203203
</blockquote>
204204

@@ -222,7 +222,7 @@ function beforeUpdate(fn: () => void): void;
222222

223223
<blockquote class="tag deprecated note">
224224

225-
Use callback props and/or the `$host()` rune instead — see [migration guide](https://svelte.dev/docs/svelte/v5-migration-guide#Event-changes-Component-events)
225+
Use callback props and/or the `$host()` rune instead — see [migration guide](/docs/svelte/v5-migration-guide#Event-changes-Component-events)
226226

227227
</blockquote>
228228

@@ -597,7 +597,7 @@ The custom element version of the component. Only present if compiled with the `
597597

598598
In Svelte 4, components are classes. In Svelte 5, they are functions.
599599
Use `mount` instead to instantiate components.
600-
See [migration guide](https://svelte.dev/docs/svelte/v5-migration-guide#Components-are-no-longer-classes)
600+
See [migration guide](/docs/svelte/v5-migration-guide#Components-are-no-longer-classes)
601601
for more info.
602602

603603
</blockquote>

0 commit comments

Comments
 (0)