diff --git a/.changes/unreleased/Docs-20230702-130158.yaml b/.changes/unreleased/Docs-20230702-130158.yaml new file mode 100644 index 00000000000..239ca6319a1 --- /dev/null +++ b/.changes/unreleased/Docs-20230702-130158.yaml @@ -0,0 +1,6 @@ +kind: Docs +body: Fix broken links in `CONTRIBUTING.md`. +time: 2023-07-02T13:01:58.622569-04:00 +custom: + Author: gem7318 + Issue: "8018" diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 0201023a48f..9efe6773621 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -5,10 +5,10 @@ 1. [About this document](#about-this-document) 2. [Getting the code](#getting-the-code) 3. [Setting up an environment](#setting-up-an-environment) -4. [Running `dbt` in development](#running-dbt-core-in-development) +4. [Running dbt-core in development](#running-dbt-core-in-development) 5. [Testing dbt-core](#testing) 6. [Debugging](#debugging) -7. [Adding a changelog entry](#adding-a-changelog-entry) +7. [Adding or modifying a changelog entry](#adding-or-modifying-a-changelog-entry) 8. [Submitting a Pull Request](#submitting-a-pull-request) ## About this document