Skip to content

Commit 7c16cde

Browse files
committed
more link fixes??
1 parent aa6beea commit 7c16cde

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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/response-helpers/redirect) or [reload](/solid-router/reference/response-helpers/reload).
2121

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

src/routes/solid-router/reference/response-helpers/reload.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: reload
33
---
44

5-
Reload is a response helper built on top of [revalidate](/solid-router/response-helpers/revalidate).
5+
Reload is a response helper built on top of [revalidate](/solid-router/reference/response-helpers/revalidate).
66
It will receive a cache key, or an array of cache keys, to invalidate those queries, and cause them to fire again.
77

88
```ts title="/actions/update-todo.ts"{4}

0 commit comments

Comments
 (0)