flexanalytics / dbt-business-intelligence

132 stars 26 forks source link

Fix broken links to dbt Getting Started tutorials #9

Closed ruslan-marian closed 1 year ago

ruslan-marian commented 1 year ago

Fixed broken links to the Getting Started with dbt tutorials.

Before Fix

When trying to access the first link - "Getting Started with dbt Core" - this error page is displayed:

image

For the second link that I changed - "Getting Started with dbt Cloud" - there is no error actually, but rather it redirects to the parent page of the two tutorials. I think it would be better to open the actual "dbt Cloud" page instead, so I fixed that link too.

image

After Fix

Getting Started with dbt Core: image

Getting Started with dbt Cloud: image

ataft commented 1 year ago

Great, thanks!

ruslan-marian commented 1 year ago

Thank you for this great tutorial! This is exactly I was looking for to understand dbt and how it works in real world.