docs: fix link to "Override component providers" (#24967)

Closes #24966

PR Close #24967
This commit is contained in:
Rajesh Duggal 2018-07-18 13:36:43 -04:00 committed by Igor Minar
parent 785fb5cc5a
commit 74964bde99

View File

@ -920,7 +920,7 @@ so it is safe to call `TestBed.get()` as follows:
<div class="alert is-helpful">
For a use case in which `TestBed.get()` does not work,
see the section [_Override a component's providers_](#component-override), which
see the [_Override component providers_](#component-override) section that
explains when and why you must get the service from the component's injector instead.
</div>