From 55b818b08dd72f2ad3f6615da18db124812f513f Mon Sep 17 00:00:00 2001 From: Kris Warner Date: Sat, 26 Mar 2022 00:04:58 -0400 Subject: [PATCH] Fix link to router guide --- docs/guide/src/state/router.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guide/src/state/router.md b/docs/guide/src/state/router.md index 5dd7d763d..7682ed24a 100644 --- a/docs/guide/src/state/router.md +++ b/docs/guide/src/state/router.md @@ -83,4 +83,4 @@ rsx!{ This page is just meant to be a very brief overview of the router to show you that there's a powerful solution already built for a very common problem. For more information about the router, definitely check out its book or check out some of the examples. -The router has its own documentation! [Available here](https://dioxuslabs.com/router_guide/). +The router has its own documentation! [Available here](https://dioxuslabs.com/router/guide/).