Skip to content

Commit c980b0d

Browse files
authored
fix: svelte client-side component api link (#977)
1 parent 8835c02 commit c980b0d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/svelte-testing-library/api.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ const {results} = render(YourComponent, {ComponentOptions}, {RenderOptions})
3434

3535
These are the options you pass when instantiating your Svelte `Component`.
3636
Please refer to the
37-
[Client-side component API](https://svelte.dev/docs#Client-side_component_API).
37+
[Client-side component API](https://svelte.dev/docs#run-time-client-side-component-api-creating-a-component).
3838

3939
📝 If the only option you're passing in is `props`, then you can just pass them
4040
in directly.

0 commit comments

Comments
 (0)