Skip to content

Commit 2180d7b

Browse files
committed
Merge pull request #21033 from dreis2211
* gh-21033: Fix anchors in links to Maven and Gradle plugin docs Closes gh-21033
2 parents 7fe7d7e + 320b328 commit 2180d7b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spring-boot-project/spring-boot-docs/src/docs/asciidoc/spring-boot-features.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8063,7 +8063,7 @@ This layering is designed to separate code based on how likely it is to change b
80638063
Library code is less likely to change between builds, so it is placed in its own layers to allow tooling to re-use the layers from cache.
80648064
Application code is more likely to change between builds so it is isolated in a separate layer.
80658065

8066-
For Maven, refer to the {spring-boot-maven-plugin-docs}#repackage-layered-jars[packaging layered jars section] for more details on adding a layer index to the jar.
8066+
For Maven, refer to the {spring-boot-maven-plugin-docs}#repackage-layers[packaging layered jars section] for more details on adding a layer index to the jar.
80678067
For Gradle, refer to the {spring-boot-gradle-plugin-docs}#packaging-layered-jars[packaging layered jars section] of the Gradle plugin documentation.
80688068

80698069

@@ -8138,7 +8138,7 @@ With Cloud Native Buildpacks, you can create Docker compatible images that you c
81388138
Spring Boot includes buildpack support directly for both Maven and Gradle.
81398139
This means you can just type a single command and quickly get a sensible image into your locally running Docker daemon.
81408140

8141-
Refer to the individual plugin documentation on how to use buildpacks with {spring-boot-maven-plugin-docs}#build-image[Maven] and {spring-boot-gradle-plugin-docs}#packaging-oci-images[Gradle].
8141+
Refer to the individual plugin documentation on how to use buildpacks with {spring-boot-maven-plugin-docs}#build-image[Maven] and {spring-boot-gradle-plugin-docs}#build-image[Gradle].
81428142

81438143

81448144

0 commit comments

Comments
 (0)