Skip to content

Commit 6e568d4

Browse files
Merge branch 'main' into remove-colon-callout-title
2 parents 53eac3e + 2ee8ea9 commit 6e568d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/routes/solid-router/concepts/actions.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Typically, route actions are used with some sort of solution like fetch or Graph
4545

4646
### Using actions
4747

48-
To use the action, you can call it from within a component using `useAction`.
48+
To use the action, you can call it from within a component using [`useAction`](/solid-router/reference/data-apis/use-action).
4949
This returns a function that can be called with the necessary arguments to trigger the action.
5050

5151
```tsx del={1} ins={2,9-13}

0 commit comments

Comments
 (0)