From b5d6c823cb78c3fdba3d0b78881e766c82d43932 Mon Sep 17 00:00:00 2001 From: Lauren Datz <105828115+ladatz@users.noreply.github.com> Date: Fri, 26 Jan 2024 09:32:45 -0500 Subject: [PATCH] fix link --- intent_brokering/examples/applications/mock-vas/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/intent_brokering/examples/applications/mock-vas/README.md b/intent_brokering/examples/applications/mock-vas/README.md index e401eba4..41cad6ec 100644 --- a/intent_brokering/examples/applications/mock-vas/README.md +++ b/intent_brokering/examples/applications/mock-vas/README.md @@ -53,7 +53,7 @@ In order to do so, you need to: - Implement the [streaming proto](../../../proto/intent_brokering/streaming/v1/streaming.proto) and specifically the `OpenRequest` endpoint with a service. - - This is done in the common examples library in [streaming.rs](../../common/src/chariott/streaming.rs) + - This is done in the common examples library in [streaming.rs](../../common/src/intent_brokering/streaming.rs) - Make sure to serve this service with your gRPC server. - The application will send `SubscribeIntent` that your service would need to handle.