Skip to content

Commit c7595b2

Browse files
chore(docs): fix defect links in FAQ (#4039)
1 parent c633bbf commit c7595b2

File tree

1 file changed

+1
-1
lines changed
  • spring-boot-admin-docs/src/site/src/pages

1 file changed

+1
-1
lines changed

spring-boot-admin-docs/src/site/src/pages/faq.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ You can set `spring.boot.admin.context-path` to alter the path where the UI and
66

77
## Can I change or reload Spring Boot properties at runtime?
88
Yes, you can refresh the entire environment or set/update individual properties for both single instances as well as for the entire application.
9-
Note, however, that the Spring Boot application needs to have https://docs.spring.io/spring-cloud-commons/docs/current/reference/html/#endpoints[Spring Cloud Commons] and `management.endpoint.env.post.enabled=true` in place.
9+
Note, however, that the Spring Boot application needs to have [Spring Cloud Commons](https://docs.spring.io/spring-cloud-commons/docs/current/reference/html/#endpoints) and `management.endpoint.env.post.enabled=true` in place.
1010
Also check the details of `@RefreshScope` https://docs.spring.io/spring-cloud-commons/docs/current/reference/html/#refresh-scope.

0 commit comments

Comments
 (0)