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 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