From 028466e4bd82050491ff1d9ede8bc30efbbe7fe6 Mon Sep 17 00:00:00 2001 From: Marty Pitt Date: Fri, 20 Sep 2024 07:51:32 +0100 Subject: [PATCH] updated readme --- s3-postgres-kafka/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/s3-postgres-kafka/README.md b/s3-postgres-kafka/README.md index 04f62e3..6bd2a13 100644 --- a/s3-postgres-kafka/README.md +++ b/s3-postgres-kafka/README.md @@ -15,7 +15,8 @@ We use some fictitious cinema ticket sale information for our demo. ## Stub services This demo project has a number of stub services deployed. -You can see the details by viewing [stack.nebula.kts](/projects/com.petflix:s3-postgres-kafka:0.1.0/source?selectedFile=orbital%2Fnebula%2Fstack.nebula.kts). +You can see the details of the stubbed services in the [stubs panel](/stubs). The source file that drives this is +part of this project - see [orbital/nebula/stack.nebula.kts](/projects/com.petflix:s3-postgres-kafka:0.1.0/source?selectedFile=orbital%2Fnebula%2Fstack.nebula.kts). > [!NOTE] > The stub services should start automatically. However, if not, check the docs on [enabling stubs](https://orbitalhq.com/docs/testing/stubbing-services#enabling-stubs)