From 54aa4438d1da8577193b0fa95b0e1d6e2b97ffb3 Mon Sep 17 00:00:00 2001 From: lbellomo Date: Tue, 10 Sep 2024 21:15:54 -0300 Subject: [PATCH] fix broken link --- guides/cheatsheets/router.cheatmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guides/cheatsheets/router.cheatmd b/guides/cheatsheets/router.cheatmd index 1f0af13e72..65d976acec 100644 --- a/guides/cheatsheets/router.cheatmd +++ b/guides/cheatsheets/router.cheatmd @@ -49,7 +49,7 @@ end ~p"/users/3/posts" # user_id is 3 ~p"/users/3/posts/17" # user_id is 3 and post_id = 17 ``` -For more info check the [resources docs.](routing-1.html#resources) +For more info check the [resources docs.](routing.html#resources) ### Scopes