8000 chore(links): fix broken links in the router doc · rusongyu/angular.io@2d550a8 · GitHub
[go: up one dir, main page]

Skip to content

Commit 2d550a8

Browse files
committed
chore(links): fix broken links in the router doc
1 parent b2ae14b commit 2d550a8

File tree

1 file changed

+2
-1
lines chan 8000 ged

1 file changed

+2
-1
lines changed

public/docs/ts/latest/guide/router.jade

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -887,7 +887,8 @@ code-example(format="").
887887
interfaces when it creates and destroys components.
888888

889889
The router also has hooks for *its* lifecycle such as
890-
[CanActivate](../api/router/CanActivate-var.html), [OnActivate](../api/router/OnActivate-interface.html), and
890+
[CanActivate](../api/router/CanActivate-decorator.html), [OnActivate](.
891+
./api/router/OnActivate-interface.html), and
891892
[CanDeactivate](../api/router/CanDeactivate-interface.html).
892893
These three hooks can change the way the router navigates *to* a component or *away* from a component.
893894

0 commit comments

Comments
 (0)
0