diff --git a/docs/tutorials/hello-tye/02_add_redis.md b/docs/tutorials/hello-tye/02_add_redis.md index f149f402..2d4302c4 100644 --- a/docs/tutorials/hello-tye/02_add_redis.md +++ b/docs/tutorials/hello-tye/02_add_redis.md @@ -115,7 +115,7 @@ We just showed how `tye` makes it easier to communicate between 2 applications r `tye deploy` will not deploy the redis configuration, so you need to deploy it first. Run: ```text - kubectl apply -f https://raw.githubusercontent.com/dotnet/tye/master/docs/yaml/redis.yaml + kubectl apply -f https://raw.githubusercontent.com/dotnet/tye/master/docs/tutorials/hello-tye/redis.yaml ``` This will create a deployment and service for redis. You can see that by running: @@ -180,4 +180,4 @@ We just showed how `tye` makes it easier to communicate between 2 applications r kubectl port-forward svc/frontend 5000:80 ``` - Visit `http://localhost:5000` to see the `frontend` working in kubernetes. \ No newline at end of file + Visit `http://localhost:5000` to see the `frontend` working in kubernetes.