From a222952a770f0d9ba37ba4efabd0311f71cfc0be Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Sun, 11 Nov 2018 11:03:29 +0100 Subject: [PATCH] Polish contribution Closes gh-15134 --- .../spring-boot-docs/src/main/asciidoc/howto.adoc | 5 +++-- .../src/main/asciidoc/production-ready-features.adoc | 4 ++-- 2 files changed, 5 insertions(+), 4 deletions(-) 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 f2ac2090e3..918573aac4 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 9cb6a3434e..b92ceb7098 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]