Skip to content

Commit d7257b5

Browse files
authored
fix broken links
1 parent ce2a7af commit d7257b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/routes/guides/routing-and-navigation.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -504,7 +504,7 @@ render(
504504
```
505505

506506
`[id].jsx` contains the component that gets rendered.
507-
When you wrap the function within [`createAsync`](/solid-router/reference/data-apis/create-async) with the imported function, it will yield [a signal](/routes/concepts/signals) once the anticipated promise resolves.
507+
When you wrap the function within [`createAsync`](/solid-router/reference/data-apis/create-async) with the imported function, it will yield [a signal](/concepts/signals) once the anticipated promise resolves.
508508

509509
```jsx
510510
// [id].jsx

0 commit comments

Comments
 (0)