We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 944bae0 commit 578a74bCopy full SHA for 578a74b
_versions/main/guides/web-dependency-locator.adoc
@@ -113,7 +113,7 @@ This means adding the following to your `index.html` will allow you to import we
113
114
===== Automatic imports
115
116
-You can also automate the imports above. To do this, move your web assets from `src/main/resources/META-INF/resources` to `src/main/web`
+You can also automate the imports above. To do this, move your web assets from `src/main/resources/META-INF/resources` to `src/main/resources/web`
117
and now replace the above scripts and imports with `{#bundle /}`:
118
119
[source,html]
0 commit comments