Skip to content

Commit 972f6ce

Browse files
authored
Merge pull request #9 from dlehammer/patch-1
Fix for providers -> integration 404 :)
2 parents 3d13ee2 + 387357b commit 972f6ce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

user-manual/providers.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Providers can be configured for use in different contexts:
3636

3737
### By ModelMapper
3838

39-
A provider can be configured for a `ModelMapper` instance to provide instances of _all_ destination types during the mapping process. This is particularly useful for delegating object provisioning to an IoC container (See the [Spring](/user-manual/extensions#spring) and [Guice](/user-manual/extensions#guice) extensions for more on this).
39+
A provider can be configured for a `ModelMapper` instance to provide instances of _all_ destination types during the mapping process. This is particularly useful for delegating object provisioning to an IoC container (See the [Spring](/user-manual/spring-integration) and [Guice](/user-manual/guice-integration) integrations for more on this).
4040

4141
{:.prettyprint .lang-java}
4242
modelMapper.getConfiguration().setProvider(delegatingProvider);
@@ -62,4 +62,4 @@ Finally, providers can be used to provide instances of specific properties. See
6262

6363
### Notes
6464

65-
If you don't want to or can't construct a requested type, you can always return `null` from a Provider and ModelMapper will construct the type for you.
65+
If you don't want to or can't construct a requested type, you can always return `null` from a Provider and ModelMapper will construct the type for you.

0 commit comments

Comments
 (0)