diff --git a/guides/release/routing/defining-your-routes.md b/guides/release/routing/defining-your-routes.md index d0cdb7dd14..5a443bb3af 100644 --- a/guides/release/routing/defining-your-routes.md +++ b/guides/release/routing/defining-your-routes.md @@ -123,7 +123,7 @@ the `{{outlet}}` of the `posts` template. A nested route name includes the names of its ancestors. If you want to transition to a route (either -via `transitionTo` or `{{#link-to}}`), make sure to use the full route +via `transitionTo` or ``), make sure to use the full route name (`posts.new`, not `new`). ## The application route