You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -249,7 +252,7 @@ Keep in mind that you usually don't want to expose to the public the internals o
249
252
250
253
Now let's add the simple web page to interact with our `BookResource`.
251
254
Quarkus automatically serves static resources contained in the `META-INF/resources` directory.
252
-
In the `src/main/resources/META-INF/resources` directory, replace the `index.html` file with the content from this {quickstarts-blob-url}/input-validation/src/main/resources/META-INF/resources/index.html[index.html] file in it.
255
+
In the `src/main/resources/META-INF/resources` directory, replace the `index.html` file with the content from this {quickstarts-blob-url}/validation/src/main/resources/META-INF/resources/index.html[index.html] file in it.
253
256
254
257
== Run the application
255
258
@@ -267,4 +270,4 @@ Then, open your browser to http://localhost:8080/:
0 commit comments