Skip to content

Commit 1d34bcb

Browse files
committed
Merge branch '3.0.x'
2 parents 46f4962 + 3893e2a commit 1d34bcb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/docs/asciidoc/getting-started.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ If you are not using Spring Boot and its plugin management, declare the plugin w
181181
----
182182
bootJar {
183183
dependsOn asciidoctor <1>
184-
from ("${asciidoctor.outputDir}/html5") { <2>
184+
from ("${asciidoctor.outputDir}") { <2>
185185
into 'static/docs'
186186
}
187187
}

0 commit comments

Comments
 (0)