Skip to content

Commit 357b7bd

Browse files
committed
Use openshift-knative/cabs-usvc for demo
1 parent e40919a commit 357b7bd

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

documentation/modules/ROOT/pages/03-demo.adoc

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ Here are commands to apply the above manifests.
193193
[.console-input]
194194
[source,shell]
195195
----
196-
git clone https://github.com/cardil/cabs-usvc
196+
git clone https://github.com/openshift-knative/cabs-usvc
197197
oc apply -f cabs-usvc/deploy/serverless/operator.yaml
198198
oc wait csv/serverless-operator.v1.35.0 \
199199
--for 'jsonpath={.status.conditions[?(@.phase == "Succeeded")]}'
@@ -286,9 +286,9 @@ knativeeventing.operator.knative.dev/knative-eventing condition met
286286

287287
To install the Demo application, apply the following manifests.
288288

289-
* https://github.com/cardil/cabs-usvc/blob/main/deploy/apps/legacy.yaml[The legacy application]
290-
* https://github.com/cardil/cabs-usvc/blob/main/deploy/db/redis.yaml[The Drivers database]
291-
* https://github.com/cardil/cabs-usvc/blob/main/deploy/apps/drivers.yaml[The Drivers module]
289+
* https://github.com/openshift-knative/cabs-usvc/blob/main/deploy/apps/legacy.yaml[The legacy application]
290+
* https://github.com/openshift-knative/cabs-usvc/blob/main/deploy/db/redis.yaml[The Drivers database]
291+
* https://github.com/openshift-knative/cabs-usvc/blob/main/deploy/apps/drivers.yaml[The Drivers module]
292292

293293
Here are commands to apply the above manifests.
294294

@@ -326,9 +326,9 @@ service.serving.knative.dev/legacy condition met
326326

327327
To configure the Event Mesh, apply the following manifests.
328328

329-
* https://github.com/cardil/cabs-usvc/blob/main/deploy/mesh/broker.yaml[_Broker_]
330-
* https://github.com/cardil/cabs-usvc/blob/main/deploy/mesh/sources.yaml[Sources]
331-
* https://github.com/cardil/cabs-usvc/blob/main/deploy/mesh/triggers.yaml[Triggers]
329+
* https://github.com/openshift-knative/cabs-usvc/blob/main/deploy/mesh/broker.yaml[_Broker_]
330+
* https://github.com/openshift-knative/cabs-usvc/blob/main/deploy/mesh/sources.yaml[Sources]
331+
* https://github.com/openshift-knative/cabs-usvc/blob/main/deploy/mesh/triggers.yaml[Triggers]
332332

333333
Here are commands to apply the above manifests.
334334

documentation/modules/ROOT/pages/developer-resources.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
== Developer Resources
88

9-
* https://github.com/cardil/cabs-usvc[Demo source code] — _The example code used in this solution, based on the https://github.com/legacyfighter/cabs-java[LegacyFighter Java app]_
9+
* https://github.com/openshift-knative/cabs-usvc[Demo source code] — _The example code used in this solution, based on the https://github.com/legacyfighter/cabs-java[LegacyFighter Java app]_
1010
* https://youtu.be/Rc5IO6S6ZOk[Let's get meshy! Microservices are easy with Event Mesh] — _The talk that served a base for this solution_
1111
* https://www.redhat.com/en/technologies/cloud-computing/openshift/serverless[Red Hat OpenShift Serverless]
1212
* https://knative.dev/docs/eventing/event-mesh/[Knative Event Mesh]

0 commit comments

Comments
 (0)