docs: bad redirection in core Injector page for providers and injection token links (#52775)

PR Close #52775
This commit is contained in:
Ezéchiel Amen AGBLA 2023-11-10 11:01:20 +01:00 committed by Jessica Janiuk
parent 001c30defd
commit 9f18227f3a

View file

@ -19,10 +19,10 @@ import {ProviderToken} from './provider_token';
/**
* Concrete injectors implement this interface. Injectors are configured
* with [providers](guide/glossary#provider) that associate
* dependencies of various types with [injection tokens](guide/glossary#di-token).
* with [providers](guide/dependency-injection-providers) that associate
* dependencies of various types with [injection tokens](guide/dependency-injection-providers).
*
* @see ["DI Providers"](guide/dependency-injection-providers).
* @see [DI Providers](guide/dependency-injection-providers).
* @see {@link StaticProvider}
*
* @usageNotes