docs(chore): fix bad links in the API docs

This commit is contained in:
Naomi Black
2015-09-16 23:28:16 -07:00
parent a588d4894b
commit 563fffd9b0
4 changed files with 6 additions and 5 deletions

View File

@ -84,7 +84,8 @@ function stringifyAux(instruction: Instruction): string {
* to route lifecycle hooks, like {@link CanActivate}.
*
* `ComponentInstruction`s are [https://en.wikipedia.org/wiki/Hash_consing](hash consed). You should
* never construct one yourself with "new." Instead, rely on {@link PathRecognizer} to construct
* never construct one yourself with "new." Instead, rely on {@link Router/PathRecognizer} to
* construct
* `ComponentInstruction`s.
*
* You should not modify this object. It should be treated as immutable.