From d7257b5d4515575d6d93de3b450b49004e931395 Mon Sep 17 00:00:00 2001 From: Tito Date: Tue, 28 Oct 2025 14:39:51 -0300 Subject: [PATCH] fix broken links --- src/routes/guides/routing-and-navigation.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/routes/guides/routing-and-navigation.mdx b/src/routes/guides/routing-and-navigation.mdx index 95352bf34..eb2d5f179 100644 --- a/src/routes/guides/routing-and-navigation.mdx +++ b/src/routes/guides/routing-and-navigation.mdx @@ -504,7 +504,7 @@ render( ``` `[id].jsx` contains the component that gets rendered. -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. +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. ```jsx // [id].jsx