Skip to content

Commit 14f58ff

Browse files
authored
Merge pull request #618 from graalvm/dnestoro/FixQuickBuildDeadLink
Fix broken link for quick build mode
2 parents 9cea8b8 + 0a05df5 commit 14f58ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/docs/asciidoc/maven-plugin.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ Build Configuration]. It is also possible to customize the plugin within a
173173
<useArgFile>true</useArgFile>
174174
----
175175
`<quickBuild>`::
176-
If you want to build the image using https://blogs.oracle.com/java/post/graalvm-enterprise-221--faster-smarter-leaner[quick build mode], supply the following in the configuration of the plugin (alternatively set the `GRAALVM_QUICK_BUILD` environment variable to `true`):
176+
If you want to build the image using https://www.graalvm.org/latest/reference-manual/native-image/overview/BuildOutput/#qbm-use-quick-build-mode-for-faster-builds[quick build mode], supply the following in the configuration of the plugin (alternatively set the `GRAALVM_QUICK_BUILD` environment variable to `true`):
177177
[source,xml]
178178
----
179179
<quickBuild>true</quickBuild>

0 commit comments

Comments
 (0)