From eb38eeaf30d200689ad49450e7fe5d732496e276 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 5 Jun 2020 16:18:59 +0200 Subject: [PATCH] Polish --- .../src/main/asciidoc/production-ready-features.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 a85b8e07718..21f7498e164 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 @@ -1238,7 +1238,7 @@ TIP: To "`reset`" the specific level of the logger (and use the default configur [[production-ready-metrics]] == Metrics -Spring Boot Actuator provides dependency management and auto-configuration for https://micrometer.io[Micrometer], an application metrics facade that supports numerous monitoring systems, including: +Spring Boot Actuator provides dependency management and auto-configuration for https://micrometer.io[Micrometer], an application metrics facade that supports {micrometer-docs}[numerous monitoring systems], including: - <> - <>