Skip to content

Commit dd20b07

Browse files
committed
docs: fix broken links
1 parent da1fefc commit dd20b07

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/svelte/src/index-client.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import { lifecycle_outside_component } from './internal/shared/errors.js';
1414
*
1515
* If a function is returned _synchronously_ from `onMount`, it will be called when the component is unmounted.
1616
*
17-
* `onMount` does not run inside a [server-side component](https://svelte.dev/docs#run-time-server-side-component-api).
17+
* `onMount` does not run inside [server-side components](https://svelte.dev/docs/svelte/svelte-server#render).
1818
*
1919
* @template T
2020
* @param {() => NotFunction<T> | Promise<NotFunction<T>> | (() => any)} fn
@@ -64,7 +64,7 @@ function create_custom_event(type, detail, { bubbles = false, cancelable = false
6464
}
6565

6666
/**
67-
* Creates an event dispatcher that can be used to dispatch [component events](https://svelte.dev/docs#template-syntax-component-directives-on-eventname).
67+
* Creates an event dispatcher that can be used to dispatch [component events](https://svelte.dev/docs/svelte/legacy-on#Component-events).
6868
* Event dispatchers are functions that can take two arguments: `name` and `detail`.
6969
*
7070
* Component events created with `createEventDispatcher` create a

0 commit comments

Comments
 (0)