From c4f260db60dcc41c2d4accfb28cc4891bdb4df7d Mon Sep 17 00:00:00 2001 From: Godfrey Chan Date: Thu, 28 Mar 2019 00:57:57 -0400 Subject: [PATCH] Oops, missed one spot --- guides/release/routing/defining-your-routes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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