From 130d92a6110ca84f15de9c4fb8276c03d78aec6c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bart=C5=82omiej?= Date: Wed, 3 Sep 2025 01:31:13 +0200 Subject: [PATCH] fix(docs): update broken link in parameter.adoc --- docs/src/main/asciidoc/parameter.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/main/asciidoc/parameter.adoc b/docs/src/main/asciidoc/parameter.adoc index d2695b1136..c87745d557 100644 --- a/docs/src/main/asciidoc/parameter.adoc +++ b/docs/src/main/asciidoc/parameter.adoc @@ -106,7 +106,7 @@ When your Spring application starts, the `username` field value will be set to ` === Refreshing the configuration at runtime -https://cloud.spring.io/spring-cloud-static/docs/1.0.x/spring-cloud.html#_endpoints[Spring Cloud] provides support to have configuration parameters be reloadable with the POST request to `/actuator/refresh` endpoint. +https://docs.spring.io/spring-cloud-commons/docs/current/reference/html/#endpoints[Spring Cloud] provides support to have configuration parameters be reloadable with the POST request to `/actuator/refresh` endpoint. 1. Add the Spring Boot Actuator dependency: +