From 2392e65057b075f9e20b7860707bd96d1b363a61 Mon Sep 17 00:00:00 2001 From: Mariusz Strzelecki Date: Thu, 3 Dec 2020 13:13:03 +0100 Subject: [PATCH] Quickstart link fixed --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index eae8b690b0..08ce6dec08 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ docker-compose pull && docker-compose up -d ``` Please wait for the containers to start up. This could take a few minutes since the quickstart contains demo infastructure like Kafka and Jupyter. -Once the containers are all running, please connect to the provided [Jupyter Notebook](http://localhost:8888/tree/feast/examples) containing example notebooks to try out. +Once the containers are all running, please connect to the provided [Jupyter Notebook](http://localhost:8888/tree/minimal) containing example notebooks to try out. ## Important resources