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
@@ -476,7 +476,7 @@ Now let's add a simple web page to interact with our `FruitResource`.
476
476
477
477
Quarkus automatically serves static resources located under the `META-INF/resources` directory. In
478
478
the `src/main/resources/META-INF/resources` directory, add a `fruits.html` file with the contents
479
-
from link:src/main/resources/META-INF/resources/fruits.html[this file] in it.
479
+
from link:https://github.com/datastax/cassandra-quarkus/blob/main/quickstart/src/main/resources/META-INF/resources/fruits.html[this file] in it.
480
480
481
481
You can now interact with your REST service:
482
482
@@ -631,7 +631,7 @@ curl -X GET http://localhost:8080/reactive-fruits
631
631
632
632
Now let's add a simple web page to interact with our `ReactiveFruitResource`. In the
633
633
`src/main/resources/META-INF/resources` directory, add a `reactive-fruits.html` file with the
634
-
contents from link:src/main/resources/META-INF/resources/reactive-fruits.html[this file] in it.
634
+
contents from link:https://github.com/datastax/cassandra-quarkus/blob/main/quickstart/src/main/resources/META-INF/resources/reactive-fruits.html[this file] in it.
635
635
636
636
You can now interact with your reactive REST service:
0 commit comments