We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d35c2d commit c4f260dCopy full SHA for c4f260d
guides/release/routing/defining-your-routes.md
@@ -123,7 +123,7 @@ the `{{outlet}}` of the `posts` template.
123
124
A nested route name includes the names of its ancestors.
125
If you want to transition to a route (either
126
-via `transitionTo` or `{{#link-to}}`), make sure to use the full route
+via `transitionTo` or `<LinkTo />`), make sure to use the full route
127
name (`posts.new`, not `new`).
128
129
## The application route
0 commit comments