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