From b58e51a038c17398e027949e66fe4ed0cb43aeb5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs=20Rodr=C3=ADguez?= Date: Tue, 25 Oct 2016 19:52:44 +0200 Subject: [PATCH] docs(router): broken link to DI chapter (#2662) --- public/docs/ts/latest/guide/router.jade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/docs/ts/latest/guide/router.jade b/public/docs/ts/latest/guide/router.jade index 1bd1eb883d..257605ba70 100644 --- a/public/docs/ts/latest/guide/router.jade +++ b/public/docs/ts/latest/guide/router.jade @@ -2384,7 +2384,7 @@ code-example(format=".", language="bash"). .l-sub-section :marked Learn about "providers" and the bootstrap process in the - [Dependency Injection chapter](dependency-injection#bootstrap) + [Dependency Injection chapter](dependency-injection.html#bootstrap) :marked ### Which Strategy is Best? We must choose a strategy and we need to make the right call early in the project.