diff --git a/slides/presentations/k8s/index.md b/slides/presentations/k8s/index.md index 2f132e6..9bf7a09 100644 --- a/slides/presentations/k8s/index.md +++ b/slides/presentations/k8s/index.md @@ -790,7 +790,7 @@ kubectl get service flaskiservice * Our application currently only returns a string * Let's add a database to our application -* Go to `/root/workshop/simple_flask` +* Go to `/root/workshop/simple_flask` (or check out of https://goo.gl/Cg6vkf) * `git checkout redis` We have added a simple redis-dependent function in our app.