From 9ca9bece48c6df0e29aa16b8ed53857769ef2f8c Mon Sep 17 00:00:00 2001 From: anuragbalhra Date: Mon, 9 Sep 2024 13:40:22 +0100 Subject: [PATCH] Fixed link type in README.md (#85) The link to Materialized Views was broken and pointed to https://www.tinybird.co/docs/publish/materialized-columns instead of https://www.tinybird.co/docs/publish/materialized-views. Updated the link in readme file. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2e06dd8..c071940 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ Click this button to deploy the data project to Tinybird 👇 [![Deploy to Tinybird](https://cdn.tinybird.co/static/images/Tinybird-Deploy-Button.svg)](https://ui.tinybird.co/workspaces/new?name=web_analytics&starter_kit=web-analytics-starter-kit) -Follow the guided process, and your Tinybird workspace is now ready to start receiving events. All your Data Sources, [Materialized Views](https://www.tinybird.co/guide/materialized-columns) (to make the queries blazing fast), and API Endpoints should be installed and ready. If you go to the Data Flow tab in your browser you should see something like this: +Follow the guided process, and your Tinybird workspace is now ready to start receiving events. All your Data Sources, [Materialized Views](https://www.tinybird.co/guide/materialized-views) (to make the queries blazing fast), and API Endpoints should be installed and ready. If you go to the Data Flow tab in your browser you should see something like this: ![Data flow](./assets/img/data_flow.png)