diff --git a/docs/guides/interactions_framework/intro.md b/docs/guides/interactions_framework/intro.md index fcb25cf4e..f240eddd0 100644 --- a/docs/guides/interactions_framework/intro.md +++ b/docs/guides/interactions_framework/intro.md @@ -315,7 +315,7 @@ You can also manually add Interaction modules using the `InteractionService.AddM ## Resolving Module Dependencies -Module dependencies are resolved using the Constructor Injection and Property Injection patterns. Meaning, the constructor parameters and public settable properties of a module will be assigned using the `IServiceProvider`. For more information on dependency injection, check out [Dependency Injection](.\dependency-injection) +Module dependencies are resolved using the Constructor Injection and Property Injection patterns. Meaning, the constructor parameters and public settable properties of a module will be assigned using the `IServiceProvider`. For more information on dependency injection, check out [Dependency Injection](./dependency-injection.md) ## Module Groups