Broken link
In this section of the docs: https://docs.spring.io/spring-boot/docs/2.3.0.M4/reference/htmlsingle/#layering-docker-images
The last sentence has two links, one for Maven and one for Gradle. The Maven link is broken (returns 404 Not Found). Instead of:
https://docs.spring.io/spring-boot/docs/2.3.0.M4/maven-plugin/html//#repackage-layered-jars
It should be:
https://docs.spring.io/spring-boot/docs/2.3.0.M4/maven-plugin/reference/html//#repackage-layered-jars
Comment From: dreis2211
I guess this is already fixed via #20818 . See the latest snapshot docs at https://docs.spring.io/spring-boot/docs/2.3.0.BUILD-SNAPSHOT/reference/htmlsingle/#layering-docker-images
Comment From: wilkinsona
Thanks, @dreis2211. There's no 404 now, but it looks like the anchor's incorrect. I think it should be linking to https://docs.spring.io/spring-boot/docs/2.3.0.BUILD-SNAPSHOT/maven-plugin/reference/html/#repackage-layers.
Comment From: dreis2211
You're of course right. Shall I open a PR or will you do it?
Comment From: wilkinsona
A PR would be great. Thanks.
Comment From: wilkinsona
Closing in favour of #21033.