Skip to content

Commit e157efc

Browse files
authored
DATAGRAPH-1439 - Fix link to Spring Framework's conversion service.
1 parent 7edd25e commit e157efc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/asciidoc/reference/neo4j-repositories.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -637,7 +637,7 @@ It is highly recommended to create _JSR-303_ annotations on actual Java Beans, s
637637

638638
[[reference_programming-model_conversion]]
639639
=== Conversion Service
640-
It is possible to have Spring Data Neo4j use converters registered with https://docs.spring.io/spring/docs/{springVersion}/spring-framework-reference/html/validation.html#core-convert[Spring's ConversionService].
640+
It is possible to have Spring Data Neo4j use converters registered with https://docs.spring.io/spring-framework/docs/{springVersion}/reference/html/core.html#core-convert[Spring's ConversionService].
641641
There must be one unique instance of a `ConversionService`-Bean in your application context to use this.
642642
If there is more than one instance, you have to mark the one to be used by SDN with `@Primary`, otherwise an internal conversion service will be used.
643643

0 commit comments

Comments
 (0)