Skip to content

Commit 821cbec

Browse files
authored
Merge pull request quarkusio#50403 from sponiro/cassandra
Update links to Cassandra demo UI
2 parents 6854b0a + ada4280 commit 821cbec

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/src/main/asciidoc/cassandra.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ in use. Also, never use both annotation processors together.
206206
[source,xml]
207207
----
208208
<dependency>
209-
<groupId>com.datastax.oss</groupId>
209+
<groupId>org.apache.cassandra</groupId>
210210
<artifactId>java-driver-mapper-runtime</artifactId>
211211
</dependency>
212212
----
@@ -476,7 +476,7 @@ Now let's add a simple web page to interact with our `FruitResource`.
476476

477477
Quarkus automatically serves static resources located under the `META-INF/resources` directory. In
478478
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.
480480

481481
You can now interact with your REST service:
482482

@@ -631,7 +631,7 @@ curl -X GET http://localhost:8080/reactive-fruits
631631

632632
Now let's add a simple web page to interact with our `ReactiveFruitResource`. In the
633633
`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.
635635

636636
You can now interact with your reactive REST service:
637637

0 commit comments

Comments
 (0)