docs(router): broken link to DI chapter (#2662)

This commit is contained in:
Jesús Rodríguez 2016-10-25 19:52:44 +02:00 committed by GitHub
parent cfa7ec76f8
commit b58e51a038
1 changed files with 1 additions and 1 deletions

View File

@ -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.