Skip to content
This repository was archived by the owner on Feb 23, 2023. It is now read-only.

Commit 9304152

Browse files
committed
Fix native image buildpack link
1 parent 338d53a commit 9304152

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-native-docs/src/main/asciidoc/getting-started-buildpacks.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ The plugin provides a number of options to customize the transformations, see <<
151151
===== Enable native image support
152152

153153
Spring Boot's {spring-boot-docs}/html/spring-boot-features.html#boot-features-container-images-buildpacks[Cloud Native Buildpacks support] lets you build a container for your Spring Boot application.
154-
The https://github.com/paketo-buildpacks/spring-boot-native-image[Packeto implementation] has an option to build a native image that can be enabled as follows:
154+
The https://github.com/paketo-buildpacks/native-image[native image buildpack] can be enabled using the `BP_NATIVE_IMAGE` environment variable as follows:
155155

156156

157157
[source,xml,subs="attributes,verbatim",role="primary"]

0 commit comments

Comments
 (0)