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
<p>Quarkus automatically serves static resources located under the <code>META-INF/resources</code> directory. In
962
962
the <code>src/main/resources/META-INF/resources</code> directory, add a <code>fruits.html</code> file with the contents
963
-
from <ahref="src/main/resources/META-INF/resources/fruits.html">this file</a> in it.</p>
963
+
from <ahref="https://github.com/datastax/cassandra-quarkus/blob/main/quickstart/src/main/resources/META-INF/resources/fruits.html">this file</a> in it.</p>
964
964
</div>
965
965
<divclass="paragraph">
966
966
<p>You can now interact with your REST service:</p>
<p>Now let’s add a simple web page to interact with our <code>ReactiveFruitResource</code>. In the
1178
1178
<code>src/main/resources/META-INF/resources</code> directory, add a <code>reactive-fruits.html</code> file with the
1179
-
contents from <ahref="src/main/resources/META-INF/resources/reactive-fruits.html">this file</a> in it.</p>
1179
+
contents from <ahref="https://github.com/datastax/cassandra-quarkus/blob/main/quickstart/src/main/resources/META-INF/resources/reactive-fruits.html">this file</a> in it.</p>
1180
1180
</div>
1181
1181
<divclass="paragraph">
1182
1182
<p>You can now interact with your reactive REST service:</p>
0 commit comments