diff --git a/3.distributed-calculator/README.md b/3.distributed-calculator/README.md index 48c64250..87d30919 100644 --- a/3.distributed-calculator/README.md +++ b/3.distributed-calculator/README.md @@ -20,7 +20,7 @@ In order to run this sample, you'll need to have an Actions-enabled Kubernetes c ## Running the Sample 1. Navigate to the deploy directory in this sample directory: `cd deploy` -2. Follow [these instructions](https://github.com/actionscore/actions/tree/master/samples/2.hello-kubernetes#step-2---set-up-a-state-store) to create and configure a Redis store +2. Follow [these instructions](https://github.com/actionscore/docs/blob/master/concepts/components/redis.md#creating-a-redis-store) to create and configure a Redis store 3. Deploy all of your resources: `kubectl apply -f .`. > **Note**: Services could also be deployed one-by-one by specifying the .yaml file: `kubectl apply -f go-adder.yaml`.