From c3abc2c5b1f2995dc9722c73a5c82e47e7e24699 Mon Sep 17 00:00:00 2001 From: Rebekka Moyson Date: Mon, 6 Dec 2021 22:22:06 +0100 Subject: [PATCH 1/2] Fix to working url --- core/dbt/include/global_project/docs/overview.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/dbt/include/global_project/docs/overview.md b/core/dbt/include/global_project/docs/overview.md index 0eebb63354a..36a4c0aa199 100644 --- a/core/dbt/include/global_project/docs/overview.md +++ b/core/dbt/include/global_project/docs/overview.md @@ -35,7 +35,7 @@ Note that you can also right-click on models to interactively filter and explore ### More information -- [What is dbt](https://docs.getdbt.com/docs/overview)? +- [What is dbt](https://docs.getdbt.com/docs/introduction)? - Read the [dbt viewpoint](https://docs.getdbt.com/docs/viewpoint) - [Installation](https://docs.getdbt.com/docs/installation) - Join the [dbt Community](https://www.getdbt.com/community/) for questions and discussion From 1ded87022ae5b4fb143b9424aa1e9340d6ce6382 Mon Sep 17 00:00:00 2001 From: Rebekka Moyson Date: Wed, 8 Dec 2021 17:12:44 +0100 Subject: [PATCH 2/2] add fix to changelog --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8cbd238077d..a6c2445368a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## dbt-core 1.0.1 (TBD) + +### Fixes +- Fix wrong url in the dbt docs overview homepage ([#4442](https://github.com/dbt-labs/dbt-core/pull/4442)) + +Contributors: +- [remoyson](https://github.com/remoyson) ([#4442](https://github.com/dbt-labs/dbt-core/pull/4442)) + ## dbt-core 1.0.0 (December 3, 2021) ### Fixes