We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e43d6f commit 5c782d6Copy full SHA for 5c782d6
modules/angular2/src/router/instruction.ts
@@ -297,7 +297,7 @@ export class RedirectInstruction extends ResolvedInstruction {
297
* `ComponentInstructions` is a public API. Instances of `ComponentInstruction` are passed
298
* to route lifecycle hooks, like {@link CanActivate}.
299
*
300
- * `ComponentInstruction`s are [https://en.wikipedia.org/wiki/Hash_consing](hash consed). You should
+ * `ComponentInstruction`s are [hash consed](https://en.wikipedia.org/wiki/Hash_consing). You should
301
* never construct one yourself with "new." Instead, rely on {@link Router/RouteRecognizer} to
302
* construct `ComponentInstruction`s.
303
0 commit comments