Skip to content

Commit e40919a

Browse files
committed
Use redhat-solution-patterns/course-ui latest bundle
1 parent 25b6ab0 commit e40919a

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

dev-site.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ asciidoc:
1717
- ./lib/tab-block.js
1818
ui:
1919
bundle:
20-
url: https://github.com/cardil/redhat-solution-patterns-course-ui/releases/download/v0.1.17/ui-bundle.zip
20+
url: https://github.com/redhat-solution-patterns/course-ui/releases/download/v0.1.17/ui-bundle.zip
2121
snapshot: true
2222
supplemental_files: ./supplemental-ui
2323
output:

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -473,12 +473,12 @@ After the fee was calculated, the `+cabs.drivers.driver-fee+` event was publishe
473473
knativearrivaltime: '2025-02-04T17:48:11.655926003Z'
474474
Binary data: "{\"driver-id\":1993432552,\"transit-price\":5100}"
475475
476-
[DEBUG drivers::drivers::service] fee event: Subject {
476+
[DEBUG drivers::drivers::service] calculate fee for: Subject {
477477
id: Some("005be37e-8971-4a5b-b5e7-dd18de3c1184"),
478478
entity: CalculateFeeEvent {
479479
driver_id: Identifier(1993432552),
480480
transit_price: Money(5100) } }
481-
[DEBUG drivers::drivers::service] fee: Money(4856)
481+
[DEBUG drivers::drivers::service] fee value: Money(4856)
482482
[DEBUG drivers::support::cloudevents] sending cabs.drivers.driver-fee event to
483483
http://broker-ingress.knative-eventing.svc.cluster.local/demo/default:
484484
Event { attributes: V10(Attributes { id: "939babd7-6a85-4859-b45b-66087aba9418",

site.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ asciidoc:
2121

2222
ui:
2323
bundle:
24-
url: https://github.com/cardil/redhat-solution-patterns-course-ui/releases/download/v0.1.17/ui-bundle.zip
24+
url: https://github.com/redhat-solution-patterns/course-ui/releases/download/v0.1.17/ui-bundle.zip
2525
snapshot: true
2626
supplemental_files:
2727
- path: ./supplemental-ui

0 commit comments

Comments
 (0)