diff --git a/aio/content/guide/providers.md b/aio/content/guide/providers.md index 0729244066..4d05b6ca8d 100644 --- a/aio/content/guide/providers.md +++ b/aio/content/guide/providers.md @@ -1,6 +1,6 @@ # Providers -A provider is an instruction to the DI system on how to obtain a value for a dependency. Most of the time, these dependencies are services that you create and provide. +A provider is an instruction to the [Dependency Injection](/guide/dependency-injection) system on how to obtain a value for a dependency. Most of the time, these dependencies are services that you create and provide. For the final sample app using the provider that this page describes, see the .