Skip to content

Commit a2ab463

Browse files
fix bad URL
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 50d0a0c commit a2ab463

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/routes/solid-router/advanced-concepts/preloading.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ When on a [SolidStart](/solid-start) application, this function can also run on
1414

1515
## Imperative Preloading
1616

17-
You can also use the [`usePreloadRoute`](/solid-router/references/use-preload-route) helper to preload routes programmatically in response to events other than link hover/focus, such as button clicks or timers.
17+
You can also use the [`usePreloadRoute`](/solid-router/reference/primitives/use-preload-route) helper to preload routes programmatically in response to events other than link hover/focus, such as button clicks or timers.
1818
This helper will load only the route's component by default, but it can receive a configuration object to also load the data.
1919

2020
## Preloading and Lazy Loading
2121

22-
When a route has nested lazy components, such components will not be part of the route hierarchy, so they **will not** be preloaded with the route. To preload such components, you can use the [`usePreloadRoute`](/solid-router/references/use-preload-route) helper in the parent component to load them when needed.
22+
When a route has nested lazy components, such components will not be part of the route hierarchy, so they **will not** be preloaded with the route. To preload such components, you can use the [`usePreloadRoute`](/solid-router/reference/primitives/use-preload-route) helper in the parent component to load them when needed.

0 commit comments

Comments
 (0)