From 69535a61b098594b97cac543a8ca887f65538bd6 Mon Sep 17 00:00:00 2001 From: david Date: Mon, 23 Dec 2019 11:08:15 +0800 Subject: [PATCH] (README): add a link for user to view docs on GitBook --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index d9b16748266..5f8182e2cc8 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,9 @@ prediction = my_model.predict(fs.get_online_features(customer_features, customer ``` ## Important resources + +Please refer to the official docs at + * [Why Feast?](docs/why-feast.md) * [Concepts](docs/concepts.md) * [Installation](docs/getting-started/installing-feast.md)