diff --git a/spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/docs/asciidoc/packaging-oci-image.adoc b/spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/docs/asciidoc/packaging-oci-image.adoc index 79cb4a3b2f..881b1ededd 100644 --- a/spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/docs/asciidoc/packaging-oci-image.adoc +++ b/spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/docs/asciidoc/packaging-oci-image.adoc @@ -340,9 +340,11 @@ The following example instructs the builder to use a custom buildpack packaged i org.springframework.boot spring-boot-maven-plugin - - file:///path/to/example-buildpack.tgz - urn:cnb:builder:paketo-buildpacks/java + + + file:///path/to/example-buildpack.tgz + urn:cnb:builder:paketo-buildpacks/java + @@ -370,7 +372,7 @@ A path to a gzipped tar file containing buildpack content: * `\file:///path/to/buildpack.tgz` * `/path/to/buildpack.tgz` -An OCI image: +An OCI image containing a https://buildpacks.io/docs/buildpack-author-guide/package-a-buildpack/[packaged buildpack]: * `docker://example/buildpack` * `docker:///example/buildpack:latest`