From b887b446e3c36172b456697775cc4c32ac0adc8b Mon Sep 17 00:00:00 2001 From: kmarquardsen Date: Tue, 18 May 2021 18:32:12 -0700 Subject: [PATCH] fix broken link in kogito example --- blog/articles/event-drive-app-knative-eventing-kogito.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blog/articles/event-drive-app-knative-eventing-kogito.md b/blog/articles/event-drive-app-knative-eventing-kogito.md index 5354c7883d2..5b38480574f 100644 --- a/blog/articles/event-drive-app-knative-eventing-kogito.md +++ b/blog/articles/event-drive-app-knative-eventing-kogito.md @@ -28,7 +28,7 @@ As part of the Serverless Workflow implementation, Kogito offers a Kubernetes Op To demonstrate how the Kogito workflow implementation works on Knative's event-driven architecture, we will use the [patient onboarding example](https://github.com/kiegroup/kogito-examples/tree/master/serverless-workflow-functions-events-quarkus). In this example, we simulate a workflow used in hospitals to onboard new patients and assign them to the correct doctor. -The following image taken from the [specification examples page](https://github.com/serverlessworkflow/specification/blob/master/examples/examples.md#New-Patient-Onboarding) illustrates this workflow: +The following image taken from the [specification examples page](https://github.com/serverlessworkflow/specification/tree/main/examples#New-Patient-Onboarding) illustrates this workflow: ![Patient onboarding workflow representation](/blog/articles/images/kogito-example-patientonboarding.png) *Patient Onboarding workflow representation*