Skip to content

Commit aa6beea

Browse files
committed
fix links?
1 parent e9a9652 commit aa6beea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/routes/solid-router/reference/primitives/use-navigate.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ if (unauthorized) {
1717
}
1818
```
1919

20-
If you are inside of a `cache` or `action` function you will instead want to use [redirect](/solid-router/reference/data-apis/response-helpers#redirect) or [reload](/solid-router/reference/data-apis/response-helpers#reload).
20+
If you are inside of a `cache` or `action` function you will instead want to use [redirect](/solid-router/reference/data-apis/response-helpers/redirect) or [reload](/solid-router/reference/data-apis/response-helpers/reload).
2121

2222
<Callout>
2323
The state is serialized using the [structured clone

0 commit comments

Comments
 (0)