From c325b2b78b90575b49a7f58952f323a7c8d2951a Mon Sep 17 00:00:00 2001 From: Naomi Black Date: Fri, 18 Mar 2016 19:16:46 -0700 Subject: [PATCH] chore(links): actually fix that router link for reals --- public/docs/ts/latest/guide/router.jade | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/public/docs/ts/latest/guide/router.jade b/public/docs/ts/latest/guide/router.jade index 8d2044bd14..4c1d6d01d5 100644 --- a/public/docs/ts/latest/guide/router.jade +++ b/public/docs/ts/latest/guide/router.jade @@ -887,8 +887,7 @@ code-example(format=""). interfaces when it creates and destroys components. The router also has hooks for *its* lifecycle such as - [CanActivate](../api/router/CanActivate-decorator.html), [OnActivate](. - ./api/router/OnActivate-interface.html), and + [CanActivate](../api/router/CanActivate-decorator.html), [OnActivate](../api/router/OnActivate-interface.html), and [CanDeactivate](../api/router/CanDeactivate-interface.html). These three hooks can change the way the router navigates *to* a component or *away* from a component.