Skip to content

Commit 6f66b04

Browse files
joshbenner851AndrewKushnir
authored andcommitted
docs: Fix Dependency Injection Readme guide link (angular#59193)
PR Close angular#59193
1 parent 9e0b50b commit 6f66b04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adev/src/content/guide/ngmodules/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ export class CustomMenuModule { }
107107

108108
## `NgModule` providers
109109

110-
Tip: See the [Dependency Injection guide](guides/di) for information on dependency injection and providers.
110+
Tip: See the [Dependency Injection guide](guide/di) for information on dependency injection and providers.
111111

112112
An `NgModule` can specify `providers` for injected dependencies. These providers are available to:
113113
* Any standalone component, directive, or pipe that imports the NgModule, and

0 commit comments

Comments
 (0)