From 265e0424a5189c18c3f36c98fce25dfad67f7c93 Mon Sep 17 00:00:00 2001 From: Robert Stoll Date: Fri, 9 Sep 2022 13:34:49 +0200 Subject: [PATCH] fix link to actuator --- README.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.adoc b/README.adoc index 204f8cc52..1e1c6c809 100644 --- a/README.adoc +++ b/README.adoc @@ -245,7 +245,7 @@ configured automatically in the base URL for the `TestRestTemplate`. If you are building a web site for your business, you probably need to add some management services. Spring Boot provides several such services (such as health, audits, beans, and more) with its -http://docs.spring.io/spring-boot/docs/{spring_boot_version}/reference/htmlsingle/#production-ready[actuator module]. +http://docs.spring.io/spring-boot/docs/{spring_boot_version}/reference/htmlsingle/#actuator[actuator module]. If you use Gradle, add the following dependency to your `build.gradle` file: