spring-guides / gs-spring-boot

Building an Application with Spring Boot :: Learn how to build an application with minimal configuration.
https://spring.io/guides/gs/spring-boot/
Apache License 2.0
890 stars 4.51k forks source link

Dead link #178

Closed ghost closed 2 months ago

ghost commented 2 months ago

image

The link to the actuator model is dead and needs replacing. This is what's currently linked: http://docs.spring.io/spring-boot/docs/3.3.0/reference/htmlsingle/#actuator

ghost commented 2 months ago

Not the only one. There's many dead links following this one.

Buzzardo commented 2 months ago

Due to a recent change in the URL structure of Boot's docs, the spring_boot_version attribute needs to be current rather than a specific version. I made that change, which should fix this issue (it did in my local test). If it pops up again, please open a new issue for it. Thanks.