diff --git a/src/main/asciidoc/reference/elasticsearch-migration-guide-4.4-5.0.adoc b/src/main/asciidoc/reference/elasticsearch-migration-guide-4.4-5.0.adoc index a10c662f4..d914eb812 100644 --- a/src/main/asciidoc/reference/elasticsearch-migration-guide-4.4-5.0.adoc +++ b/src/main/asciidoc/reference/elasticsearch-migration-guide-4.4-5.0.adoc @@ -11,7 +11,7 @@ introduced features. See <>, all classes in this package have been deprecated, as the default client implementations to use are the ones based on the new Java Client from -Elasticsearch, se <> +Elasticsearch, see <> [[elasticsearch-migration-guide-4.4-5.0.breaking-changes]] == Breaking Changes @@ -92,7 +92,8 @@ When using Spring Boot, it is necessary to set the following property in the _po ===== Imperative style -In order configure Spring Data Elasticsearch to use the new client, it is necessary to create a configuration bean that derives from `org.springframework.data.elasticsearch.client.elc.ElasticsearchConfiguration`: +To configure Spring Data Elasticsearch to use the new client, it is necessary to create a configuration bean that +derives from `org.springframework.data.elasticsearch.client.elc.ElasticsearchConfiguration`: ==== [source,java]