Skip to content

Commit 2401f6b

Browse files
authored
Merge pull request #1394 from agrothe/hotfix/static-files.adoc-update
fix java example for static file-system example
2 parents 480ec68 + 381cd43 commit 2401f6b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/asciidoc/static-files.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ supports classpath and file-system resources.
2929
[source, java, role="primary"]
3030
----
3131
{
32-
assets("/static/*", Paths.get("static")); <1>
32+
assets("/static/*", Paths.get("www")); <1>
3333
}
3434
----
3535

0 commit comments

Comments
 (0)