diff --git a/spring-boot-project/spring-boot-docs/src/main/asciidoc/howto.adoc b/spring-boot-project/spring-boot-docs/src/main/asciidoc/howto.adoc index f2ac2090e3d..918573aac41 100644 --- a/spring-boot-project/spring-boot-docs/src/main/asciidoc/howto.adoc +++ b/spring-boot-project/spring-boot-docs/src/main/asciidoc/howto.adoc @@ -2013,8 +2013,9 @@ include::{code-examples}/jpa/HibernateSecondLevelCacheExample.java[tag=configura ---- This customizer will configure Hibernate to use the same `CacheManager` as the one that -the application uses. It is also possible to use separate `CacheManager` instances. For details, refer -to {hibernate-documentation}#caching-provider-jcache[the Hibernate user guide]. +the application uses. It is also possible to use separate `CacheManager` instances. For +details, refer to {hibernate-documentation}#caching-provider-jcache[the Hibernate user +guide]. diff --git a/spring-boot-project/spring-boot-docs/src/main/asciidoc/production-ready-features.adoc b/spring-boot-project/spring-boot-docs/src/main/asciidoc/production-ready-features.adoc index 9cb6a3434e3..b92ceb70980 100644 --- a/spring-boot-project/spring-boot-docs/src/main/asciidoc/production-ready-features.adoc +++ b/spring-boot-project/spring-boot-docs/src/main/asciidoc/production-ready-features.adoc @@ -1436,8 +1436,8 @@ annotation markers. [[production-ready-metrics-export-appoptics]] ==== AppOptics -By default, the AppOptics registry pushes metrics to https://api.appoptics.com/v1/measurements -periodically. To export metrics to SaaS +By default, the AppOptics registry pushes metrics to +https://api.appoptics.com/v1/measurements periodically. To export metrics to SaaS {micrometer-registry-documentation}/appoptics[AppOptics], your API token must be provided: [source,properties,indent=0]